Html Css Color HEX #DB95C5 Shocking

📋 copy color: '#DB95C5'

red 219 ◦ green 149 ◦ blue 197

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

Shades of Shocking #DB95C5

Tints of Shocking #DB95C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.87%

R = 38.76%
G = 26.37%
B = 34.87%

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

#DB95C5 (or 0xDB95C5) is known color: Shocking. HEX triplet: DB, 95 and C5. RGB value is (219,149,197). Sum of RGB (Red+Green+Blue) = 219+149+197=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95C5 is #246A3A. Grayscale: #AFAFAF. Windows color (decimal): -2386491 or 12948955. OLE color: 12948955.

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

Color convert

RGB 219 149 197 -
CMYK 0 0.32 0.10 0.14
HSL 318.86º 0.49% 0.72% -
HSV(B) 318.86º 0.32% 0.86% -
XYZ 50.04 40.59 58.02 -
YUV 175.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 219 149 197 0 0.32 0.10 0.14 318.86 0.49 0.72
Hex DB 95 C5 0 20 A E 13F 31 48
Octal 333 225 305 0 40 12 16 477 61 110
Binary 11011011 10010101 11000101 0 100000 1010 1110 100111111 110001 1001000

Color Harmonies of #DB95C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB95C5

Black with #DB95C5

Text Example


Text Example

White with #DB95C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB95C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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