Html Css Color HEX #D59CBB Shocking

📋 copy color: '#D59CBB'

red 213 ◦ green 156 ◦ blue 187

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

Shades of Shocking #D59CBB

Tints of Shocking #D59CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.06%

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

R = 38.31%
G = 28.06%
B = 33.63%

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

#D59CBB (or 0xD59CBB) is known color: Shocking. HEX triplet: D5, 9C and BB. RGB value is (213,156,187). Sum of RGB (Red+Green+Blue) = 213+156+187=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CBB is #2A6344. Grayscale: #B0B0B0. Windows color (decimal): -2777925 or 12295381. OLE color: 12295381.

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

Color convert

RGB 213 156 187 -
CMYK 0 0.27 0.12 0.16
HSL 327.37º 0.4% 0.72% -
HSV(B) 327.37º 0.27% 0.84% -
XYZ 48.3 41.51 52.48 -
YUV 176.58 133.88 153.98 -
System Red Green Blue C M Y K H S L
Decimal 213 156 187 0 0.27 0.12 0.16 327.37 0.4 0.72
Hex D5 9C BB 0 1B C 10 147 28 48
Octal 325 234 273 0 33 14 20 507 50 110
Binary 11010101 10011100 10111011 0 11011 1100 10000 101000111 101000 1001000

Color Harmonies of #D59CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CBB

Black with #D59CBB

Text Example


Text Example

White with #D59CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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