Html Css Color HEX #D56C93 Pale Violet Red

📋 copy color: '#D56C93'

red 213 ◦ green 108 ◦ blue 147

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

Shades of Pale Violet Red #D56C93

Tints of Pale Violet Red #D56C93

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.08%

 BLUE value IS 147 (57.81% from 255) = 31.41%

R = 45.51%
G = 23.08%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D56C93 (or 0xD56C93) is known color: Pale Violet Red. HEX triplet: D5, 6C and 93. RGB value is (213,108,147). Sum of RGB (Red+Green+Blue) = 213+108+147=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56C93 is #2A936C. Grayscale: #8F8F8F. Windows color (decimal): -2790253 or 9661653. OLE color: 9661653.

HSL color Cylindrical-coordinate representation of color #D56C93: hue angle of 337.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56C93 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 108 147 -
CMYK 0 0.49 0.31 0.16
HSL 337.71º 0.56% 0.63% -
HSV(B) 337.71º 0.49% 0.84% -
XYZ 38.07 26.98 30.8 -
YUV 143.84 129.79 177.33 -
System Red Green Blue C M Y K H S L
Decimal 213 108 147 0 0.49 0.31 0.16 337.71 0.56 0.63
Hex D5 6C 93 0 31 1F 10 152 38 3F
Octal 325 154 223 0 61 37 20 522 70 77
Binary 11010101 1101100 10010011 0 110001 11111 10000 101010010 111000 111111

Color Harmonies of #D56C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C93

Black with #D56C93

Text Example


Text Example

White with #D56C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C93; }

 p { color: rgb(213,108,147); }

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

background-color css

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

 a { background-color: rgb(213,108,147); }

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

border-color css

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

 span { border-color: rgb(213,108,147); }

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