Html Css Color HEX #D595BB Shocking

📋 copy color: '#D595BB'

red 213 ◦ green 149 ◦ blue 187

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

Shades of Shocking #D595BB

Tints of Shocking #D595BB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.14%

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

R = 38.8%
G = 27.14%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D595BB (or 0xD595BB) is known color: Shocking. HEX triplet: D5, 95 and BB. RGB value is (213,149,187). Sum of RGB (Red+Green+Blue) = 213+149+187=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D595BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595BB is #2A6A44. Grayscale: #ACACAC. Windows color (decimal): -2779717 or 12293589. OLE color: 12293589.

HSL color Cylindrical-coordinate representation of color #D595BB: hue angle of 324.38º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D595BB is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 149 187 -
CMYK 0 0.30 0.12 0.16
HSL 324.38º 0.43% 0.71% -
HSV(B) 324.38º 0.3% 0.84% -
XYZ 47.16 39.23 52.1 -
YUV 172.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 213 149 187 0 0.30 0.12 0.16 324.38 0.43 0.71
Hex D5 95 BB 0 1E C 10 144 2B 47
Octal 325 225 273 0 36 14 20 504 53 107
Binary 11010101 10010101 10111011 0 11110 1100 10000 101000100 101011 1000111

Color Harmonies of #D595BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D595BB

Black with #D595BB

Text Example


Text Example

White with #D595BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D595BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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