Html Css Color HEX #D59BBB Shocking

📋 copy color: '#D59BBB'

red 213 ◦ green 155 ◦ blue 187

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

Shades of Shocking #D59BBB

Tints of Shocking #D59BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.69%

R = 38.38%
G = 27.93%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D59BBB (or 0xD59BBB) is known color: Shocking. HEX triplet: D5, 9B and BB. RGB value is (213,155,187). Sum of RGB (Red+Green+Blue) = 213+155+187=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BBB is #2A6444. Grayscale: #AFAFAF. Windows color (decimal): -2778181 or 12295125. OLE color: 12295125.

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

Color convert

RGB 213 155 187 -
CMYK 0 0.27 0.12 0.16
HSL 326.9º 0.41% 0.72% -
HSV(B) 326.9º 0.27% 0.84% -
XYZ 48.13 41.18 52.42 -
YUV 175.99 134.22 154.4 -
System Red Green Blue C M Y K H S L
Decimal 213 155 187 0 0.27 0.12 0.16 326.9 0.41 0.72
Hex D5 9B BB 0 1B C 10 147 29 48
Octal 325 233 273 0 33 14 20 507 51 110
Binary 11010101 10011011 10111011 0 11011 1100 10000 101000111 101001 1001000

Color Harmonies of #D59BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59BBB

Black with #D59BBB

Text Example


Text Example

White with #D59BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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