Html Css Color HEX #D990AB Kobi

📋 copy color: '#D990AB'

red 217 ◦ green 144 ◦ blue 171

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

Shades of Kobi #D990AB

Tints of Kobi #D990AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.14%

R = 40.79%
G = 27.07%
B = 32.14%

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

#D990AB (or 0xD990AB) is known color: Kobi. HEX triplet: D9, 90 and AB. RGB value is (217,144,171). Sum of RGB (Red+Green+Blue) = 217+144+171=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D990AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D990AB is #266F54. Grayscale: #A8A8A8. Windows color (decimal): -2518869 or 11243737. OLE color: 11243737.

HSL color Cylindrical-coordinate representation of color #D990AB: hue angle of 337.81º 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 #D990AB is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 144 171 -
CMYK 0 0.34 0.21 0.15
HSL 337.81º 0.49% 0.71% -
HSV(B) 337.81º 0.34% 0.85% -
XYZ 45.94 37.64 43.37 -
YUV 168.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 217 144 171 0 0.34 0.21 0.15 337.81 0.49 0.71
Hex D9 90 AB 0 22 15 F 152 31 47
Octal 331 220 253 0 42 25 17 522 61 107
Binary 11011001 10010000 10101011 0 100010 10101 1111 101010010 110001 1000111

Color Harmonies of #D990AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990AB

Black with #D990AB

Text Example


Text Example

White with #D990AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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