Html Css Color HEX #D59FB6 Shocking

📋 copy color: '#D59FB6'

red 213 ◦ green 159 ◦ blue 182

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

Shades of Shocking #D59FB6

Tints of Shocking #D59FB6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.7%

 BLUE value IS 182 (71.48% from 255) = 32.85%

R = 38.45%
G = 28.7%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D59FB6 (or 0xD59FB6) is known color: Shocking. HEX triplet: D5, 9F and B6. RGB value is (213,159,182). Sum of RGB (Red+Green+Blue) = 213+159+182=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FB6 is #2A6049. Grayscale: #B1B1B1. Windows color (decimal): -2777162 or 11968469. OLE color: 11968469.

HSL color Cylindrical-coordinate representation of color #D59FB6: hue angle of 334.44º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D59FB6 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 159 182 -
CMYK 0 0.25 0.15 0.16
HSL 334.44º 0.39% 0.73% -
HSV(B) 334.44º 0.25% 0.84% -
XYZ 48.28 42.32 49.88 -
YUV 177.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 213 159 182 0 0.25 0.15 0.16 334.44 0.39 0.73
Hex D5 9F B6 0 19 F 10 14E 27 49
Octal 325 237 266 0 31 17 20 516 47 111
Binary 11010101 10011111 10110110 0 11001 1111 10000 101001110 100111 1001001

Color Harmonies of #D59FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FB6

Black with #D59FB6

Text Example


Text Example

White with #D59FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FB6; }

 p { color: rgb(213,159,182); }

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

background-color css

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

 a { background-color: rgb(213,159,182); }

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

border-color css

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

 span { border-color: rgb(213,159,182); }

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