Html Css Color HEX #D494A5 Kobi

📋 copy color: '#D494A5'

red 212 ◦ green 148 ◦ blue 165

#D494A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #D494A5

Tints of Kobi #D494A5

RGB

 RED value IS 212 (83.2% from 255) = 40.38%

 GREEN value IS 148 (58.2% from 255) = 28.19%

 BLUE value IS 165 (64.84% from 255) = 31.43%

R = 40.38%
G = 28.19%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D494A5 (or 0xD494A5) is known color: Kobi. HEX triplet: D4, 94 and A5. RGB value is (212,148,165). Sum of RGB (Red+Green+Blue) = 212+148+165=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D494A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D494A5 is #2B6B5A. Grayscale: #A9A9A9. Windows color (decimal): -2845531 or 10851540. OLE color: 10851540.

HSL color Cylindrical-coordinate representation of color #D494A5: hue angle of 344.06º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D494A5 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 148 165 -
CMYK 0 0.30 0.22 0.17
HSL 344.06º 0.43% 0.71% -
HSV(B) 344.06º 0.3% 0.83% -
XYZ 44.53 37.89 40.56 -
YUV 169.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 212 148 165 0 0.30 0.22 0.17 344.06 0.43 0.71
Hex D4 94 A5 0 1E 16 11 158 2B 47
Octal 324 224 245 0 36 26 21 530 53 107
Binary 11010100 10010100 10100101 0 11110 10110 10001 101011000 101011 1000111

Color Harmonies of #D494A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D494A5

Black with #D494A5

Text Example


Text Example

White with #D494A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D494A5; }

 p { color: rgb(212,148,165); }

 H1.HeaderClassName
 {
   color: #D494A5;
 }
 .AnyTagClassName
 {
   color: #D494A5;
 }
</style>

background-color css

<style>
 a { background-color: #D494A5; }

 a { background-color: rgb(212,148,165); }

 div.DivClassName
 {
   background-color: #D494A5;
 }
 .BgClassName
 {
   background-color: #D494A5;
 }
</style>

border-color css

<style>
 span { border-color: #D494A5; }

 span { border-color: rgb(212,148,165); }

 td.TdClassName
 {
   border-color: #D494A5;
 }
 .TagClassName
 {
   border-color: #D494A5;
 }
</style>