Html Css Color HEX #D596C0 Shocking

📋 copy color: '#D596C0'

red 213 ◦ green 150 ◦ blue 192

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

Shades of Shocking #D596C0

Tints of Shocking #D596C0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.03%

 BLUE value IS 192 (75.39% from 255) = 34.59%

R = 38.38%
G = 27.03%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D596C0 (or 0xD596C0) is known color: Shocking. HEX triplet: D5, 96 and C0. RGB value is (213,150,192). Sum of RGB (Red+Green+Blue) = 213+150+192=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D596C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596C0 is #2A693F. Grayscale: #ADADAD. Windows color (decimal): -2779456 or 12621525. OLE color: 12621525.

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

Color convert

RGB 213 150 192 -
CMYK 0 0.30 0.10 0.16
HSL 320º 0.43% 0.71% -
HSV(B) 320º 0.3% 0.84% -
XYZ 47.86 39.76 55.02 -
YUV 173.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 213 150 192 0 0.30 0.10 0.16 320 0.43 0.71
Hex D5 96 C0 0 1E A 10 140 2B 47
Octal 325 226 300 0 36 12 20 500 53 107
Binary 11010101 10010110 11000000 0 11110 1010 10000 101000000 101011 1000111

Color Harmonies of #D596C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596C0

Black with #D596C0

Text Example


Text Example

White with #D596C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596C0; }

 p { color: rgb(213,150,192); }

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

background-color css

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

 a { background-color: rgb(213,150,192); }

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

border-color css

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

 span { border-color: rgb(213,150,192); }

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