Html Css Color HEX #D588AC Kobi

📋 copy color: '#D588AC'

red 213 ◦ green 136 ◦ blue 172

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

Shades of Kobi #D588AC

Tints of Kobi #D588AC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.1%

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

R = 40.88%
G = 26.1%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D588AC (or 0xD588AC) is known color: Kobi. HEX triplet: D5, 88 and AC. RGB value is (213,136,172). Sum of RGB (Red+Green+Blue) = 213+136+172=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D588AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D588AC is #2A7753. Grayscale: #A3A3A3. Windows color (decimal): -2783060 or 11307221. OLE color: 11307221.

HSL color Cylindrical-coordinate representation of color #D588AC: hue angle of 331.95º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D588AC is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 136 172 -
CMYK 0 0.36 0.19 0.16
HSL 331.95º 0.48% 0.68% -
HSV(B) 331.95º 0.36% 0.84% -
XYZ 43.69 34.73 43.43 -
YUV 163.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 213 136 172 0 0.36 0.19 0.16 331.95 0.48 0.68
Hex D5 88 AC 0 24 13 10 14C 30 44
Octal 325 210 254 0 44 23 20 514 60 104
Binary 11010101 10001000 10101100 0 100100 10011 10000 101001100 110000 1000100

Color Harmonies of #D588AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D588AC

Black with #D588AC

Text Example


Text Example

White with #D588AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D588AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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