Html Css Color HEX #D57EA9 Kobi

📋 copy color: '#D57EA9'

red 213 ◦ green 126 ◦ blue 169

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

Shades of Kobi #D57EA9

Tints of Kobi #D57EA9

RGB

 RED value IS 213 (83.59% from 255) = 41.93%

 GREEN value IS 126 (49.61% from 255) = 24.8%

 BLUE value IS 169 (66.41% from 255) = 33.27%

R = 41.93%
G = 24.8%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D57EA9 (or 0xD57EA9) is known color: Kobi. HEX triplet: D5, 7E and A9. RGB value is (213,126,169). Sum of RGB (Red+Green+Blue) = 213+126+169=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57EA9 is #2A8156. Grayscale: #9C9C9C. Windows color (decimal): -2785623 or 11108053. OLE color: 11108053.

HSL color Cylindrical-coordinate representation of color #D57EA9: hue angle of 330.34º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57EA9 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 126 169 -
CMYK 0 0.41 0.21 0.16
HSL 330.34º 0.51% 0.66% -
HSV(B) 330.34º 0.41% 0.84% -
XYZ 42.06 31.93 41.48 -
YUV 156.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 213 126 169 0 0.41 0.21 0.16 330.34 0.51 0.66
Hex D5 7E A9 0 29 15 10 14A 33 42
Octal 325 176 251 0 51 25 20 512 63 102
Binary 11010101 1111110 10101001 0 101001 10101 10000 101001010 110011 1000010

Color Harmonies of #D57EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57EA9

Black with #D57EA9

Text Example


Text Example

White with #D57EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57EA9; }

 p { color: rgb(213,126,169); }

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

background-color css

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

 a { background-color: rgb(213,126,169); }

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

border-color css

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

 span { border-color: rgb(213,126,169); }

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