Html Css Color HEX #DB96C4 Shocking

📋 copy color: '#DB96C4'

red 219 ◦ green 150 ◦ blue 196

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

Shades of Shocking #DB96C4

Tints of Shocking #DB96C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.69%

R = 38.76%
G = 26.55%
B = 34.69%

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

#DB96C4 (or 0xDB96C4) is known color: Shocking. HEX triplet: DB, 96 and C4. RGB value is (219,150,196). Sum of RGB (Red+Green+Blue) = 219+150+196=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96C4 is #24693B. Grayscale: #AFAFAF. Windows color (decimal): -2386236 or 12883675. OLE color: 12883675.

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

Color convert

RGB 219 150 196 -
CMYK 0 0.32 0.11 0.14
HSL 320º 0.49% 0.72% -
HSV(B) 320º 0.32% 0.86% -
XYZ 50.08 40.86 57.47 -
YUV 175.88 139.36 158.76 -
System Red Green Blue C M Y K H S L
Decimal 219 150 196 0 0.32 0.11 0.14 320 0.49 0.72
Hex DB 96 C4 0 20 B E 140 31 48
Octal 333 226 304 0 40 13 16 500 61 110
Binary 11011011 10010110 11000100 0 100000 1011 1110 101000000 110001 1001000

Color Harmonies of #DB96C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB96C4

Black with #DB96C4

Text Example


Text Example

White with #DB96C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB96C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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