Html Css Color HEX #D590B9 Shocking

📋 copy color: '#D590B9'

red 213 ◦ green 144 ◦ blue 185

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

Shades of Shocking #D590B9

Tints of Shocking #D590B9

RGB

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

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

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

R = 39.3%
G = 26.57%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D590B9 (or 0xD590B9) is known color: Shocking. HEX triplet: D5, 90 and B9. RGB value is (213,144,185). Sum of RGB (Red+Green+Blue) = 213+144+185=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D590B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590B9 is #2A6F46. Grayscale: #A9A9A9. Windows color (decimal): -2780999 or 12161237. OLE color: 12161237.

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

Color convert

RGB 213 144 185 -
CMYK 0 0.32 0.13 0.16
HSL 324.35º 0.45% 0.7% -
HSV(B) 324.35º 0.32% 0.84% -
XYZ 46.17 37.6 50.72 -
YUV 169.31 136.86 159.17 -
System Red Green Blue C M Y K H S L
Decimal 213 144 185 0 0.32 0.13 0.16 324.35 0.45 0.7
Hex D5 90 B9 0 20 D 10 144 2D 46
Octal 325 220 271 0 40 15 20 504 55 106
Binary 11010101 10010000 10111001 0 100000 1101 10000 101000100 101101 1000110

Color Harmonies of #D590B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D590B9

Black with #D590B9

Text Example


Text Example

White with #D590B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D590B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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