Html Css Color HEX #DB95C6 Shocking

📋 copy color: '#DB95C6'

red 219 ◦ green 149 ◦ blue 198

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

Shades of Shocking #DB95C6

Tints of Shocking #DB95C6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.33%

 BLUE value IS 198 (77.73% from 255) = 34.98%

R = 38.69%
G = 26.33%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB95C6 (or 0xDB95C6) is known color: Shocking. HEX triplet: DB, 95 and C6. RGB value is (219,149,198). Sum of RGB (Red+Green+Blue) = 219+149+198=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95C6 is #246A39. Grayscale: #AFAFAF. Windows color (decimal): -2386490 or 13014491. OLE color: 13014491.

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

Color convert

RGB 219 149 198 -
CMYK 0 0.32 0.10 0.14
HSL 318º 0.49% 0.72% -
HSV(B) 318º 0.32% 0.86% -
XYZ 50.15 40.63 58.63 -
YUV 175.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 219 149 198 0 0.32 0.10 0.14 318 0.49 0.72
Hex DB 95 C6 0 20 A E 13E 31 48
Octal 333 225 306 0 40 12 16 476 61 110
Binary 11011011 10010101 11000110 0 100000 1010 1110 100111110 110001 1001000

Color Harmonies of #DB95C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB95C6

Black with #DB95C6

Text Example


Text Example

White with #DB95C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB95C6; }

 p { color: rgb(219,149,198); }

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

background-color css

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

 a { background-color: rgb(219,149,198); }

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

border-color css

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

 span { border-color: rgb(219,149,198); }

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