Html Css Color HEX #DB88C1 Shocking

📋 copy color: '#DB88C1'

red 219 ◦ green 136 ◦ blue 193

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

Shades of Shocking #DB88C1

Tints of Shocking #DB88C1

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.82%

 BLUE value IS 193 (75.78% from 255) = 35.22%

R = 39.96%
G = 24.82%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB88C1 (or 0xDB88C1) is known color: Shocking. HEX triplet: DB, 88 and C1. RGB value is (219,136,193). Sum of RGB (Red+Green+Blue) = 219+136+193=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88C1 is #24773E. Grayscale: #A7A7A7. Windows color (decimal): -2389823 or 12683483. OLE color: 12683483.

HSL color Cylindrical-coordinate representation of color #DB88C1: hue angle of 318.8º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB88C1 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 136 193 -
CMYK 0 0.38 0.12 0.14
HSL 318.8º 0.54% 0.7% -
HSV(B) 318.8º 0.38% 0.86% -
XYZ 47.64 36.52 54.99 -
YUV 167.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 219 136 193 0 0.38 0.12 0.14 318.8 0.54 0.7
Hex DB 88 C1 0 26 C E 13F 36 46
Octal 333 210 301 0 46 14 16 477 66 106
Binary 11011011 10001000 11000001 0 100110 1100 1110 100111111 110110 1000110

Color Harmonies of #DB88C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB88C1

Black with #DB88C1

Text Example


Text Example

White with #DB88C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB88C1; }

 p { color: rgb(219,136,193); }

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

background-color css

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

 a { background-color: rgb(219,136,193); }

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

border-color css

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

 span { border-color: rgb(219,136,193); }

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