Html Css Color HEX #D990A6 Kobi

📋 copy color: '#D990A6'

red 217 ◦ green 144 ◦ blue 166

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

Shades of Kobi #D990A6

Tints of Kobi #D990A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.5%

R = 41.18%
G = 27.32%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D990A6 (or 0xD990A6) is known color: Kobi. HEX triplet: D9, 90 and A6. RGB value is (217,144,166). Sum of RGB (Red+Green+Blue) = 217+144+166=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D990A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D990A6 is #266F59. Grayscale: #A8A8A8. Windows color (decimal): -2518874 or 10916057. OLE color: 10916057.

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

Color convert

RGB 217 144 166 -
CMYK 0 0.34 0.24 0.15
HSL 341.92º 0.49% 0.71% -
HSV(B) 341.92º 0.34% 0.85% -
XYZ 45.47 37.45 40.91 -
YUV 168.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 217 144 166 0 0.34 0.24 0.15 341.92 0.49 0.71
Hex D9 90 A6 0 22 18 F 156 31 47
Octal 331 220 246 0 42 30 17 526 61 107
Binary 11011001 10010000 10100110 0 100010 11000 1111 101010110 110001 1000111

Color Harmonies of #D990A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990A6

Black with #D990A6

Text Example


Text Example

White with #D990A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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