Html Css Color HEX #D56B8C Pale Violet Red

📋 copy color: '#D56B8C'

red 213 ◦ green 107 ◦ blue 140

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

Shades of Pale Violet Red #D56B8C

Tints of Pale Violet Red #D56B8C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.26%

 BLUE value IS 140 (55.08% from 255) = 30.43%

R = 46.3%
G = 23.26%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D56B8C (or 0xD56B8C) is known color: Pale Violet Red. HEX triplet: D5, 6B and 8C. RGB value is (213,107,140). Sum of RGB (Red+Green+Blue) = 213+107+140=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56B8C is #2A9473. Grayscale: #8E8E8E. Windows color (decimal): -2790516 or 9202645. OLE color: 9202645.

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

Color convert

RGB 213 107 140 -
CMYK 0 0.50 0.34 0.16
HSL 341.32º 0.56% 0.63% -
HSV(B) 341.32º 0.5% 0.84% -
XYZ 37.43 26.55 27.96 -
YUV 142.46 126.62 178.32 -
System Red Green Blue C M Y K H S L
Decimal 213 107 140 0 0.50 0.34 0.16 341.32 0.56 0.63
Hex D5 6B 8C 0 32 22 10 155 38 3F
Octal 325 153 214 0 62 42 20 525 70 77
Binary 11010101 1101011 10001100 0 110010 100010 10000 101010101 111000 111111

Color Harmonies of #D56B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56B8C

Black with #D56B8C

Text Example


Text Example

White with #D56B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56B8C; }

 p { color: rgb(213,107,140); }

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

background-color css

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

 a { background-color: rgb(213,107,140); }

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

border-color css

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

 span { border-color: rgb(213,107,140); }

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