Html Css Color HEX #D588BC Shocking

📋 copy color: '#D588BC'

red 213 ◦ green 136 ◦ blue 188

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

Shades of Shocking #D588BC

Tints of Shocking #D588BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.01%

R = 39.66%
G = 25.33%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D588BC (or 0xD588BC) is known color: Shocking. HEX triplet: D5, 88 and BC. RGB value is (213,136,188). Sum of RGB (Red+Green+Blue) = 213+136+188=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D588BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588BC is #2A7743. Grayscale: #A4A4A4. Windows color (decimal): -2783044 or 12355797. OLE color: 12355797.

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

Color convert

RGB 213 136 188 -
CMYK 0 0.36 0.12 0.16
HSL 319.48º 0.48% 0.68% -
HSV(B) 319.48º 0.36% 0.84% -
XYZ 45.32 35.39 52.02 -
YUV 164.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 213 136 188 0 0.36 0.12 0.16 319.48 0.48 0.68
Hex D5 88 BC 0 24 C 10 13F 30 44
Octal 325 210 274 0 44 14 20 477 60 104
Binary 11010101 10001000 10111100 0 100100 1100 10000 100111111 110000 1000100

Color Harmonies of #D588BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D588BC

Black with #D588BC

Text Example


Text Example

White with #D588BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D588BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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