Html Css Color HEX #D27392 Pale Violet Red

📋 copy color: '#D27392'

red 210 ◦ green 115 ◦ blue 146

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

Shades of Pale Violet Red #D27392

Tints of Pale Violet Red #D27392

RGB

 RED value IS 210 (82.42% from 255) = 44.59%

 GREEN value IS 115 (45.31% from 255) = 24.42%

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

R = 44.59%
G = 24.42%
B = 31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D27392 (or 0xD27392) is known color: Pale Violet Red. HEX triplet: D2, 73 and 92. RGB value is (210,115,146). Sum of RGB (Red+Green+Blue) = 210+115+146=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D27392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27392 is #2D8C6D. Grayscale: #929292. Windows color (decimal): -2985070 or 9597906. OLE color: 9597906.

HSL color Cylindrical-coordinate representation of color #D27392: hue angle of 340.42º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27392 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 115 146 -
CMYK 0 0.45 0.30 0.18
HSL 340.42º 0.51% 0.64% -
HSV(B) 340.42º 0.45% 0.82% -
XYZ 37.9 28.04 30.61 -
YUV 146.94 127.47 172.98 -
System Red Green Blue C M Y K H S L
Decimal 210 115 146 0 0.45 0.30 0.18 340.42 0.51 0.64
Hex D2 73 92 0 2D 1E 12 154 33 40
Octal 322 163 222 0 55 36 22 524 63 100
Binary 11010010 1110011 10010010 0 101101 11110 10010 101010100 110011 1000000

Color Harmonies of #D27392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27392

Black with #D27392

Text Example


Text Example

White with #D27392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27392; }

 p { color: rgb(210,115,146); }

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

background-color css

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

 a { background-color: rgb(210,115,146); }

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

border-color css

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

 span { border-color: rgb(210,115,146); }

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