Html Css Color HEX #D59DAD Kobi

📋 copy color: '#D59DAD'

red 213 ◦ green 157 ◦ blue 173

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

Shades of Kobi #D59DAD

Tints of Kobi #D59DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.86%

R = 39.23%
G = 28.91%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D59DAD (or 0xD59DAD) is known color: Kobi. HEX triplet: D5, 9D and AD. RGB value is (213,157,173). Sum of RGB (Red+Green+Blue) = 213+157+173=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59DAD is #2A6252. Grayscale: #AFAFAF. Windows color (decimal): -2777683 or 11378133. OLE color: 11378133.

HSL color Cylindrical-coordinate representation of color #D59DAD: hue angle of 342.86º 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 #D59DAD is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 157 173 -
CMYK 0 0.26 0.19 0.16
HSL 342.86º 0.4% 0.73% -
HSV(B) 342.86º 0.26% 0.84% -
XYZ 47.04 41.28 45.02 -
YUV 175.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 213 157 173 0 0.26 0.19 0.16 342.86 0.4 0.73
Hex D5 9D AD 0 1A 13 10 157 28 49
Octal 325 235 255 0 32 23 20 527 50 111
Binary 11010101 10011101 10101101 0 11010 10011 10000 101010111 101000 1001001

Color Harmonies of #D59DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59DAD

Black with #D59DAD

Text Example


Text Example

White with #D59DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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