Html Css Color HEX #D988AC Kobi

📋 copy color: '#D988AC'

red 217 ◦ green 136 ◦ blue 172

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

Shades of Kobi #D988AC

Tints of Kobi #D988AC

RGB

 RED value IS 217 (85.16% from 255) = 41.33%

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

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

R = 41.33%
G = 25.9%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D988AC (or 0xD988AC) is known color: Kobi. HEX triplet: D9, 88 and AC. RGB value is (217,136,172). Sum of RGB (Red+Green+Blue) = 217+136+172=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D988AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D988AC is #267753. Grayscale: #A4A4A4. Windows color (decimal): -2520916 or 11307225. OLE color: 11307225.

HSL color Cylindrical-coordinate representation of color #D988AC: hue angle of 333.33º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D988AC is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 136 172 -
CMYK 0 0.37 0.21 0.15
HSL 333.33º 0.52% 0.69% -
HSV(B) 333.33º 0.37% 0.85% -
XYZ 44.87 35.34 43.49 -
YUV 164.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 217 136 172 0 0.37 0.21 0.15 333.33 0.52 0.69
Hex D9 88 AC 0 25 15 F 14D 34 45
Octal 331 210 254 0 45 25 17 515 64 105
Binary 11011001 10001000 10101100 0 100101 10101 1111 101001101 110100 1000101

Color Harmonies of #D988AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D988AC

Black with #D988AC

Text Example


Text Example

White with #D988AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D988AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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