Html Css Color HEX #D992B0 Kobi

📋 copy color: '#D992B0'

red 217 ◦ green 146 ◦ blue 176

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

Shades of Kobi #D992B0

Tints of Kobi #D992B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.65%

R = 40.26%
G = 27.09%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D992B0 (or 0xD992B0) is known color: Kobi. HEX triplet: D9, 92 and B0. RGB value is (217,146,176). Sum of RGB (Red+Green+Blue) = 217+146+176=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D992B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D992B0 is #266D4F. Grayscale: #AAAAAA. Windows color (decimal): -2518352 or 11571929. OLE color: 11571929.

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

Color convert

RGB 217 146 176 -
CMYK 0 0.33 0.19 0.15
HSL 334.65º 0.48% 0.71% -
HSV(B) 334.65º 0.33% 0.85% -
XYZ 46.73 38.44 46.03 -
YUV 170.65 131.02 161.06 -
System Red Green Blue C M Y K H S L
Decimal 217 146 176 0 0.33 0.19 0.15 334.65 0.48 0.71
Hex D9 92 B0 0 21 13 F 14F 30 47
Octal 331 222 260 0 41 23 17 517 60 107
Binary 11011001 10010010 10110000 0 100001 10011 1111 101001111 110000 1000111

Color Harmonies of #D992B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992B0

Black with #D992B0

Text Example


Text Example

White with #D992B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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