Html Css Color HEX #D990AC Kobi

📋 copy color: '#D990AC'

red 217 ◦ green 144 ◦ blue 172

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

Shades of Kobi #D990AC

Tints of Kobi #D990AC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.02%

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

R = 40.71%
G = 27.02%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D990AC (or 0xD990AC) is known color: Kobi. HEX triplet: D9, 90 and AC. RGB value is (217,144,172). Sum of RGB (Red+Green+Blue) = 217+144+172=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D990AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D990AC is #266F53. Grayscale: #A8A8A8. Windows color (decimal): -2518868 or 11309273. OLE color: 11309273.

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

Color convert

RGB 217 144 172 -
CMYK 0 0.34 0.21 0.15
HSL 336.99º 0.49% 0.71% -
HSV(B) 336.99º 0.34% 0.85% -
XYZ 46.03 37.68 43.88 -
YUV 169.02 129.68 162.22 -
System Red Green Blue C M Y K H S L
Decimal 217 144 172 0 0.34 0.21 0.15 336.99 0.49 0.71
Hex D9 90 AC 0 22 15 F 151 31 47
Octal 331 220 254 0 42 25 17 521 61 107
Binary 11011001 10010000 10101100 0 100010 10101 1111 101010001 110001 1000111

Color Harmonies of #D990AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990AC

Black with #D990AC

Text Example


Text Example

White with #D990AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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