Html Css Color HEX #D59FBE Shocking

📋 copy color: '#D59FBE'

red 213 ◦ green 159 ◦ blue 190

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

Shades of Shocking #D59FBE

Tints of Shocking #D59FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.81%

R = 37.9%
G = 28.29%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D59FBE (or 0xD59FBE) is known color: Shocking. HEX triplet: D5, 9F and BE. RGB value is (213,159,190). Sum of RGB (Red+Green+Blue) = 213+159+190=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FBE is #2A6041. Grayscale: #B2B2B2. Windows color (decimal): -2777154 or 12492757. OLE color: 12492757.

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

Color convert

RGB 213 159 190 -
CMYK 0 0.25 0.11 0.16
HSL 325.56º 0.39% 0.73% -
HSV(B) 325.56º 0.25% 0.84% -
XYZ 49.13 42.66 54.36 -
YUV 178.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 213 159 190 0 0.25 0.11 0.16 325.56 0.39 0.73
Hex D5 9F BE 0 19 B 10 146 27 49
Octal 325 237 276 0 31 13 20 506 47 111
Binary 11010101 10011111 10111110 0 11001 1011 10000 101000110 100111 1001001

Color Harmonies of #D59FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FBE

Black with #D59FBE

Text Example


Text Example

White with #D59FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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