Html Css Color HEX #D56488 Pale Violet Red

📋 copy color: '#D56488'

red 213 ◦ green 100 ◦ blue 136

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

Shades of Pale Violet Red #D56488

Tints of Pale Violet Red #D56488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.27%

 BLUE value IS 136 (53.52% from 255) = 30.29%

R = 47.44%
G = 22.27%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D56488 (or 0xD56488) is known color: Pale Violet Red. HEX triplet: D5, 64 and 88. RGB value is (213,100,136). Sum of RGB (Red+Green+Blue) = 213+100+136=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D56488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56488 is #2A9B77. Grayscale: #898989. Windows color (decimal): -2792312 or 8938709. OLE color: 8938709.

HSL color Cylindrical-coordinate representation of color #D56488: hue angle of 340.88º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D56488 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 100 136 -
CMYK 0 0.53 0.36 0.16
HSL 340.88º 0.57% 0.61% -
HSV(B) 340.88º 0.53% 0.84% -
XYZ 36.44 25.04 26.2 -
YUV 137.89 126.94 181.57 -
System Red Green Blue C M Y K H S L
Decimal 213 100 136 0 0.53 0.36 0.16 340.88 0.57 0.61
Hex D5 64 88 0 35 24 10 155 39 3D
Octal 325 144 210 0 65 44 20 525 71 75
Binary 11010101 1100100 10001000 0 110101 100100 10000 101010101 111001 111101

Color Harmonies of #D56488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56488

Black with #D56488

Text Example


Text Example

White with #D56488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56488; }

 p { color: rgb(213,100,136); }

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

background-color css

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

 a { background-color: rgb(213,100,136); }

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

border-color css

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

 span { border-color: rgb(213,100,136); }

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