Html Css Color HEX #D59FAC Kobi

📋 copy color: '#D59FAC'

red 213 ◦ green 159 ◦ blue 172

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

Shades of Kobi #D59FAC

Tints of Kobi #D59FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.62%

R = 39.15%
G = 29.23%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D59FAC (or 0xD59FAC) is known color: Kobi. HEX triplet: D5, 9F and AC. RGB value is (213,159,172). Sum of RGB (Red+Green+Blue) = 213+159+172=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59FAC is #2A6053. Grayscale: #B0B0B0. Windows color (decimal): -2777172 or 11313109. OLE color: 11313109.

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

Color convert

RGB 213 159 172 -
CMYK 0 0.25 0.19 0.16
HSL 345.56º 0.39% 0.73% -
HSV(B) 345.56º 0.25% 0.84% -
XYZ 47.29 41.92 44.63 -
YUV 176.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 213 159 172 0 0.25 0.19 0.16 345.56 0.39 0.73
Hex D5 9F AC 0 19 13 10 15A 27 49
Octal 325 237 254 0 31 23 20 532 47 111
Binary 11010101 10011111 10101100 0 11001 10011 10000 101011010 100111 1001001

Color Harmonies of #D59FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FAC

Black with #D59FAC

Text Example


Text Example

White with #D59FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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