Html Css Color HEX #D788BA Shocking

📋 copy color: '#D788BA'

red 215 ◦ green 136 ◦ blue 186

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

Shades of Shocking #D788BA

Tints of Shocking #D788BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.64%

R = 40.04%
G = 25.33%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D788BA (or 0xD788BA) is known color: Shocking. HEX triplet: D7, 88 and BA. RGB value is (215,136,186). Sum of RGB (Red+Green+Blue) = 215+136+186=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D788BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788BA is #287745. Grayscale: #A5A5A5. Windows color (decimal): -2651974 or 12224727. OLE color: 12224727.

HSL color Cylindrical-coordinate representation of color #D788BA: hue angle of 322.03º 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 #D788BA is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 136 186 -
CMYK 0 0.37 0.13 0.16
HSL 322.03º 0.5% 0.69% -
HSV(B) 322.03º 0.37% 0.84% -
XYZ 45.69 35.6 50.92 -
YUV 165.32 139.67 163.43 -
System Red Green Blue C M Y K H S L
Decimal 215 136 186 0 0.37 0.13 0.16 322.03 0.5 0.69
Hex D7 88 BA 0 25 D 10 142 32 45
Octal 327 210 272 0 45 15 20 502 62 105
Binary 11010111 10001000 10111010 0 100101 1101 10000 101000010 110010 1000101

Color Harmonies of #D788BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D788BA

Black with #D788BA

Text Example


Text Example

White with #D788BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D788BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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