Html Css Color HEX #D56286 Pale Violet Red

📋 copy color: '#D56286'

red 213 ◦ green 98 ◦ blue 134

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

Shades of Pale Violet Red #D56286

Tints of Pale Violet Red #D56286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.02%

 BLUE value IS 134 (52.73% from 255) = 30.11%

R = 47.87%
G = 22.02%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D56286 (or 0xD56286) is known color: Pale Violet Red. HEX triplet: D5, 62 and 86. RGB value is (213,98,134). Sum of RGB (Red+Green+Blue) = 213+98+134=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D56286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56286 is #2A9D79. Grayscale: #888888. Windows color (decimal): -2792826 or 8807125. OLE color: 8807125.

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

Color convert

RGB 213 98 134 -
CMYK 0 0.54 0.37 0.16
HSL 341.22º 0.58% 0.61% -
HSV(B) 341.22º 0.54% 0.84% -
XYZ 36.11 24.6 25.4 -
YUV 136.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 213 98 134 0 0.54 0.37 0.16 341.22 0.58 0.61
Hex D5 62 86 0 36 25 10 155 3A 3D
Octal 325 142 206 0 66 45 20 525 72 75
Binary 11010101 1100010 10000110 0 110110 100101 10000 101010101 111010 111101

Color Harmonies of #D56286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56286

Black with #D56286

Text Example


Text Example

White with #D56286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56286; }

 p { color: rgb(213,98,134); }

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

background-color css

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

 a { background-color: rgb(213,98,134); }

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

border-color css

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

 span { border-color: rgb(213,98,134); }

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