Html Css Color HEX #DB96C7 Shocking

📋 copy color: '#DB96C7'

red 219 ◦ green 150 ◦ blue 199

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

Shades of Shocking #DB96C7

Tints of Shocking #DB96C7

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.41%

 BLUE value IS 199 (78.13% from 255) = 35.04%

R = 38.56%
G = 26.41%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB96C7 (or 0xDB96C7) is known color: Shocking. HEX triplet: DB, 96 and C7. RGB value is (219,150,199). Sum of RGB (Red+Green+Blue) = 219+150+199=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96C7 is #246938. Grayscale: #B0B0B0. Windows color (decimal): -2386233 or 13080283. OLE color: 13080283.

HSL color Cylindrical-coordinate representation of color #DB96C7: hue angle of 317.39º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB96C7 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 150 199 -
CMYK 0 0.32 0.09 0.14
HSL 317.39º 0.49% 0.72% -
HSV(B) 317.39º 0.32% 0.86% -
XYZ 50.43 41 59.29 -
YUV 176.22 140.86 158.52 -
System Red Green Blue C M Y K H S L
Decimal 219 150 199 0 0.32 0.09 0.14 317.39 0.49 0.72
Hex DB 96 C7 0 20 9 E 13D 31 48
Octal 333 226 307 0 40 11 16 475 61 110
Binary 11011011 10010110 11000111 0 100000 1001 1110 100111101 110001 1001000

Color Harmonies of #DB96C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB96C7

Black with #DB96C7

Text Example


Text Example

White with #DB96C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB96C7; }

 p { color: rgb(219,150,199); }

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

background-color css

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

 a { background-color: rgb(219,150,199); }

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

border-color css

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

 span { border-color: rgb(219,150,199); }

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