Html Css Color HEX #DB96C2 Shocking

📋 copy color: '#DB96C2'

red 219 ◦ green 150 ◦ blue 194

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

Shades of Shocking #DB96C2

Tints of Shocking #DB96C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.46%

R = 38.9%
G = 26.64%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB96C2 (or 0xDB96C2) is known color: Shocking. HEX triplet: DB, 96 and C2. RGB value is (219,150,194). Sum of RGB (Red+Green+Blue) = 219+150+194=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96C2 is #24693D. Grayscale: #AFAFAF. Windows color (decimal): -2386238 or 12752603. OLE color: 12752603.

HSL color Cylindrical-coordinate representation of color #DB96C2: hue angle of 321.74º 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 #DB96C2 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 150 194 -
CMYK 0 0.32 0.11 0.14
HSL 321.74º 0.49% 0.72% -
HSV(B) 321.74º 0.32% 0.86% -
XYZ 49.86 40.77 56.28 -
YUV 175.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 219 150 194 0 0.32 0.11 0.14 321.74 0.49 0.72
Hex DB 96 C2 0 20 B E 142 31 48
Octal 333 226 302 0 40 13 16 502 61 110
Binary 11011011 10010110 11000010 0 100000 1011 1110 101000010 110001 1001000

Color Harmonies of #DB96C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB96C2

Black with #DB96C2

Text Example


Text Example

White with #DB96C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB96C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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