Html Css Color HEX #D990A7 Kobi

📋 copy color: '#D990A7'

red 217 ◦ green 144 ◦ blue 167

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

Shades of Kobi #D990A7

Tints of Kobi #D990A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.63%

R = 41.1%
G = 27.27%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D990A7 (or 0xD990A7) is known color: Kobi. HEX triplet: D9, 90 and A7. RGB value is (217,144,167). Sum of RGB (Red+Green+Blue) = 217+144+167=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D990A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D990A7 is #266F58. Grayscale: #A8A8A8. Windows color (decimal): -2518873 or 10981593. OLE color: 10981593.

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

Color convert

RGB 217 144 167 -
CMYK 0 0.34 0.23 0.15
HSL 341.1º 0.49% 0.71% -
HSV(B) 341.1º 0.34% 0.85% -
XYZ 45.56 37.49 41.39 -
YUV 168.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 217 144 167 0 0.34 0.23 0.15 341.1 0.49 0.71
Hex D9 90 A7 0 22 17 F 155 31 47
Octal 331 220 247 0 42 27 17 525 61 107
Binary 11011001 10010000 10100111 0 100010 10111 1111 101010101 110001 1000111

Color Harmonies of #D990A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990A7

Black with #D990A7

Text Example


Text Example

White with #D990A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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