Html Css Color HEX #D588B8 Shocking

📋 copy color: '#D588B8'

red 213 ◦ green 136 ◦ blue 184

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

Shades of Shocking #D588B8

Tints of Shocking #D588B8

RGB

 RED value IS 213 (83.59% from 255) = 39.96%

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

 BLUE value IS 184 (72.27% from 255) = 34.52%

R = 39.96%
G = 25.52%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D588B8 (or 0xD588B8) is known color: Shocking. HEX triplet: D5, 88 and B8. RGB value is (213,136,184). Sum of RGB (Red+Green+Blue) = 213+136+184=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D588B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588B8 is #2A7747. Grayscale: #A4A4A4. Windows color (decimal): -2783048 or 12093653. OLE color: 12093653.

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

Color convert

RGB 213 136 184 -
CMYK 0 0.36 0.14 0.16
HSL 322.6º 0.48% 0.68% -
HSV(B) 322.6º 0.36% 0.84% -
XYZ 44.9 35.22 49.78 -
YUV 164.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 213 136 184 0 0.36 0.14 0.16 322.6 0.48 0.68
Hex D5 88 B8 0 24 E 10 143 30 44
Octal 325 210 270 0 44 16 20 503 60 104
Binary 11010101 10001000 10111000 0 100100 1110 10000 101000011 110000 1000100

Color Harmonies of #D588B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D588B8

Black with #D588B8

Text Example


Text Example

White with #D588B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D588B8; }

 p { color: rgb(213,136,184); }

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

background-color css

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

 a { background-color: rgb(213,136,184); }

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

border-color css

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

 span { border-color: rgb(213,136,184); }

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