Html Css Color HEX #DB9CBB Shocking

📋 copy color: '#DB9CBB'

red 219 ◦ green 156 ◦ blue 187

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

Shades of Shocking #DB9CBB

Tints of Shocking #DB9CBB

RGB

 RED value IS 219 (85.94% from 255) = 38.97%

 GREEN value IS 156 (61.33% from 255) = 27.76%

 BLUE value IS 187 (73.44% from 255) = 33.27%

R = 38.97%
G = 27.76%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB9CBB (or 0xDB9CBB) is known color: Shocking. HEX triplet: DB, 9C and BB. RGB value is (219,156,187). Sum of RGB (Red+Green+Blue) = 219+156+187=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CBB is #246344. Grayscale: #B2B2B2. Windows color (decimal): -2384709 or 12295387. OLE color: 12295387.

HSL color Cylindrical-coordinate representation of color #DB9CBB: hue angle of 330.48º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9CBB is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 156 187 -
CMYK 0 0.29 0.15 0.14
HSL 330.48º 0.47% 0.74% -
HSV(B) 330.48º 0.29% 0.86% -
XYZ 50.07 42.42 52.56 -
YUV 178.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 219 156 187 0 0.29 0.15 0.14 330.48 0.47 0.74
Hex DB 9C BB 0 1D F E 14A 2F 4A
Octal 333 234 273 0 35 17 16 512 57 112
Binary 11011011 10011100 10111011 0 11101 1111 1110 101001010 101111 1001010

Color Harmonies of #DB9CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9CBB

Black with #DB9CBB

Text Example


Text Example

White with #DB9CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9CBB; }

 p { color: rgb(219,156,187); }

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

background-color css

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

 a { background-color: rgb(219,156,187); }

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

border-color css

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

 span { border-color: rgb(219,156,187); }

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