Html Css Color HEX #D59DAE Kobi

📋 copy color: '#D59DAE'

red 213 ◦ green 157 ◦ blue 174

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

Shades of Kobi #D59DAE

Tints of Kobi #D59DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.86%

 BLUE value IS 174 (68.36% from 255) = 31.99%

R = 39.15%
G = 28.86%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D59DAE (or 0xD59DAE) is known color: Kobi. HEX triplet: D5, 9D and AE. RGB value is (213,157,174). Sum of RGB (Red+Green+Blue) = 213+157+174=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59DAE is #2A6251. Grayscale: #AFAFAF. Windows color (decimal): -2777682 or 11443669. OLE color: 11443669.

HSL color Cylindrical-coordinate representation of color #D59DAE: hue angle of 341.79º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59DAE is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 157 174 -
CMYK 0 0.26 0.18 0.16
HSL 341.79º 0.4% 0.73% -
HSV(B) 341.79º 0.26% 0.84% -
XYZ 47.14 41.32 45.53 -
YUV 175.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 213 157 174 0 0.26 0.18 0.16 341.79 0.4 0.73
Hex D5 9D AE 0 1A 12 10 156 28 49
Octal 325 235 256 0 32 22 20 526 50 111
Binary 11010101 10011101 10101110 0 11010 10010 10000 101010110 101000 1001001

Color Harmonies of #D59DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59DAE

Black with #D59DAE

Text Example


Text Example

White with #D59DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59DAE; }

 p { color: rgb(213,157,174); }

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

background-color css

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

 a { background-color: rgb(213,157,174); }

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

border-color css

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

 span { border-color: rgb(213,157,174); }

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