Html Css Color HEX #D788B9 Shocking

📋 copy color: '#D788B9'

red 215 ◦ green 136 ◦ blue 185

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

Shades of Shocking #D788B9

Tints of Shocking #D788B9

RGB

 RED value IS 215 (84.38% from 255) = 40.11%

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

 BLUE value IS 185 (72.66% from 255) = 34.51%

R = 40.11%
G = 25.37%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D788B9 (or 0xD788B9) is known color: Shocking. HEX triplet: D7, 88 and B9. RGB value is (215,136,185). Sum of RGB (Red+Green+Blue) = 215+136+185=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D788B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788B9 is #287746. Grayscale: #A5A5A5. Windows color (decimal): -2651975 or 12159191. OLE color: 12159191.

HSL color Cylindrical-coordinate representation of color #D788B9: hue angle of 322.78º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D788B9 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 136 185 -
CMYK 0 0.37 0.14 0.16
HSL 322.78º 0.5% 0.69% -
HSV(B) 322.78º 0.37% 0.84% -
XYZ 45.59 35.56 50.36 -
YUV 165.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 215 136 185 0 0.37 0.14 0.16 322.78 0.5 0.69
Hex D7 88 B9 0 25 E 10 143 32 45
Octal 327 210 271 0 45 16 20 503 62 105
Binary 11010111 10001000 10111001 0 100101 1110 10000 101000011 110010 1000101

Color Harmonies of #D788B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788B9

Black with #D788B9

Text Example


Text Example

White with #D788B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788B9; }

 p { color: rgb(215,136,185); }

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

background-color css

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

 a { background-color: rgb(215,136,185); }

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

border-color css

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

 span { border-color: rgb(215,136,185); }

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