Html Css Color HEX #D590BC Shocking

📋 copy color: '#D590BC'

red 213 ◦ green 144 ◦ blue 188

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

Shades of Shocking #D590BC

Tints of Shocking #D590BC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.42%

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

R = 39.08%
G = 26.42%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D590BC (or 0xD590BC) is known color: Shocking. HEX triplet: D5, 90 and BC. RGB value is (213,144,188). Sum of RGB (Red+Green+Blue) = 213+144+188=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D590BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590BC is #2A6F43. Grayscale: #A9A9A9. Windows color (decimal): -2780996 or 12357845. OLE color: 12357845.

HSL color Cylindrical-coordinate representation of color #D590BC: hue angle of 321.74º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D590BC is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 144 188 -
CMYK 0 0.32 0.12 0.16
HSL 321.74º 0.45% 0.7% -
HSV(B) 321.74º 0.32% 0.84% -
XYZ 46.49 37.72 52.41 -
YUV 169.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 213 144 188 0 0.32 0.12 0.16 321.74 0.45 0.7
Hex D5 90 BC 0 20 C 10 142 2D 46
Octal 325 220 274 0 40 14 20 502 55 106
Binary 11010101 10010000 10111100 0 100000 1100 10000 101000010 101101 1000110

Color Harmonies of #D590BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D590BC

Black with #D590BC

Text Example


Text Example

White with #D590BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D590BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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