Html Css Color HEX #D588B9 Shocking

📋 copy color: '#D588B9'

red 213 ◦ green 136 ◦ blue 185

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

Shades of Shocking #D588B9

Tints of Shocking #D588B9

RGB

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

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

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

R = 39.89%
G = 25.47%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D588B9 (or 0xD588B9) is known color: Shocking. HEX triplet: D5, 88 and B9. RGB value is (213,136,185). Sum of RGB (Red+Green+Blue) = 213+136+185=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D588B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588B9 is #2A7746. Grayscale: #A4A4A4. Windows color (decimal): -2783047 or 12159189. OLE color: 12159189.

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

Color convert

RGB 213 136 185 -
CMYK 0 0.36 0.13 0.16
HSL 321.82º 0.48% 0.68% -
HSV(B) 321.82º 0.36% 0.84% -
XYZ 45 35.26 50.33 -
YUV 164.61 139.51 162.52 -
System Red Green Blue C M Y K H S L
Decimal 213 136 185 0 0.36 0.13 0.16 321.82 0.48 0.68
Hex D5 88 B9 0 24 D 10 142 30 44
Octal 325 210 271 0 44 15 20 502 60 104
Binary 11010101 10001000 10111001 0 100100 1101 10000 101000010 110000 1000100

Color Harmonies of #D588B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D588B9

Black with #D588B9

Text Example


Text Example

White with #D588B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D588B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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