Html Css Color HEX #D992A8 Kobi

📋 copy color: '#D992A8'

red 217 ◦ green 146 ◦ blue 168

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

Shades of Kobi #D992A8

Tints of Kobi #D992A8

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.5%

 BLUE value IS 168 (66.02% from 255) = 31.64%

R = 40.87%
G = 27.5%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D992A8 (or 0xD992A8) is known color: Kobi. HEX triplet: D9, 92 and A8. RGB value is (217,146,168). Sum of RGB (Red+Green+Blue) = 217+146+168=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D992A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D992A8 is #266D57. Grayscale: #A9A9A9. Windows color (decimal): -2518360 or 11047641. OLE color: 11047641.

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

Color convert

RGB 217 146 168 -
CMYK 0 0.33 0.23 0.15
HSL 341.41º 0.48% 0.71% -
HSV(B) 341.41º 0.33% 0.85% -
XYZ 45.96 38.14 41.98 -
YUV 169.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 217 146 168 0 0.33 0.23 0.15 341.41 0.48 0.71
Hex D9 92 A8 0 21 17 F 155 30 47
Octal 331 222 250 0 41 27 17 525 60 107
Binary 11011001 10010010 10101000 0 100001 10111 1111 101010101 110000 1000111

Color Harmonies of #D992A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992A8

Black with #D992A8

Text Example


Text Example

White with #D992A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992A8; }

 p { color: rgb(217,146,168); }

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

background-color css

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

 a { background-color: rgb(217,146,168); }

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

border-color css

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

 span { border-color: rgb(217,146,168); }

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