Html Css Color HEX #D59FAF Kobi

📋 copy color: '#D59FAF'

red 213 ◦ green 159 ◦ blue 175

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

Shades of Kobi #D59FAF

Tints of Kobi #D59FAF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.07%

 BLUE value IS 175 (68.75% from 255) = 31.99%

R = 38.94%
G = 29.07%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D59FAF (or 0xD59FAF) is known color: Kobi. HEX triplet: D5, 9F and AF. RGB value is (213,159,175). Sum of RGB (Red+Green+Blue) = 213+159+175=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59FAF is #2A6050. Grayscale: #B0B0B0. Windows color (decimal): -2777169 or 11509717. OLE color: 11509717.

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

Color convert

RGB 213 159 175 -
CMYK 0 0.25 0.18 0.16
HSL 342.22º 0.39% 0.73% -
HSV(B) 342.22º 0.25% 0.84% -
XYZ 47.58 42.04 46.16 -
YUV 176.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 213 159 175 0 0.25 0.18 0.16 342.22 0.39 0.73
Hex D5 9F AF 0 19 12 10 156 27 49
Octal 325 237 257 0 31 22 20 526 47 111
Binary 11010101 10011111 10101111 0 11001 10010 10000 101010110 100111 1001001

Color Harmonies of #D59FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FAF

Black with #D59FAF

Text Example


Text Example

White with #D59FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FAF; }

 p { color: rgb(213,159,175); }

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

background-color css

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

 a { background-color: rgb(213,159,175); }

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

border-color css

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

 span { border-color: rgb(213,159,175); }

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