Html Css Color HEX #D59BB6 Shocking

📋 copy color: '#D59BB6'

red 213 ◦ green 155 ◦ blue 182

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

Shades of Shocking #D59BB6

Tints of Shocking #D59BB6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.18%

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

R = 38.73%
G = 28.18%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D59BB6 (or 0xD59BB6) is known color: Shocking. HEX triplet: D5, 9B and B6. RGB value is (213,155,182). Sum of RGB (Red+Green+Blue) = 213+155+182=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BB6 is #2A6449. Grayscale: #AFAFAF. Windows color (decimal): -2778186 or 11967445. OLE color: 11967445.

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

Color convert

RGB 213 155 182 -
CMYK 0 0.27 0.15 0.16
HSL 332.07º 0.41% 0.72% -
HSV(B) 332.07º 0.27% 0.84% -
XYZ 47.61 40.97 49.65 -
YUV 175.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 213 155 182 0 0.27 0.15 0.16 332.07 0.41 0.72
Hex D5 9B B6 0 1B F 10 14C 29 48
Octal 325 233 266 0 33 17 20 514 51 110
Binary 11010101 10011011 10110110 0 11011 1111 10000 101001100 101001 1001000

Color Harmonies of #D59BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59BB6

Black with #D59BB6

Text Example


Text Example

White with #D59BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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