Html Css Color HEX #D56F92 Pale Violet Red

📋 copy color: '#D56F92'

red 213 ◦ green 111 ◦ blue 146

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

Shades of Pale Violet Red #D56F92

Tints of Pale Violet Red #D56F92

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.62%

 BLUE value IS 146 (57.42% from 255) = 31.06%

R = 45.32%
G = 23.62%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D56F92 (or 0xD56F92) is known color: Pale Violet Red. HEX triplet: D5, 6F and 92. RGB value is (213,111,146). Sum of RGB (Red+Green+Blue) = 213+111+146=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56F92 is #2A906D. Grayscale: #919191. Windows color (decimal): -2789486 or 9596885. OLE color: 9596885.

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

Color convert

RGB 213 111 146 -
CMYK 0 0.48 0.31 0.16
HSL 339.41º 0.55% 0.64% -
HSV(B) 339.41º 0.48% 0.84% -
XYZ 38.31 27.59 30.5 -
YUV 145.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 213 111 146 0 0.48 0.31 0.16 339.41 0.55 0.64
Hex D5 6F 92 0 30 1F 10 153 37 40
Octal 325 157 222 0 60 37 20 523 67 100
Binary 11010101 1101111 10010010 0 110000 11111 10000 101010011 110111 1000000

Color Harmonies of #D56F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F92

Black with #D56F92

Text Example


Text Example

White with #D56F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F92; }

 p { color: rgb(213,111,146); }

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

background-color css

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

 a { background-color: rgb(213,111,146); }

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

border-color css

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

 span { border-color: rgb(213,111,146); }

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