Html Css Color HEX #D59BBE Shocking

📋 copy color: '#D59BBE'

red 213 ◦ green 155 ◦ blue 190

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

Shades of Shocking #D59BBE

Tints of Shocking #D59BBE

RGB

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

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

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

R = 38.17%
G = 27.78%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D59BBE (or 0xD59BBE) is known color: Shocking. HEX triplet: D5, 9B and BE. RGB value is (213,155,190). Sum of RGB (Red+Green+Blue) = 213+155+190=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BBE is #2A6441. Grayscale: #B0B0B0. Windows color (decimal): -2778178 or 12491733. OLE color: 12491733.

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

Color convert

RGB 213 155 190 -
CMYK 0 0.27 0.11 0.16
HSL 323.79º 0.41% 0.72% -
HSV(B) 323.79º 0.27% 0.84% -
XYZ 48.46 41.31 54.13 -
YUV 176.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 213 155 190 0 0.27 0.11 0.16 323.79 0.41 0.72
Hex D5 9B BE 0 1B B 10 144 29 48
Octal 325 233 276 0 33 13 20 504 51 110
Binary 11010101 10011011 10111110 0 11011 1011 10000 101000100 101001 1001000

Color Harmonies of #D59BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59BBE

Black with #D59BBE

Text Example


Text Example

White with #D59BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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