Html Css Color HEX #D27796 Pale Violet Red

📋 copy color: '#D27796'

red 210 ◦ green 119 ◦ blue 150

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

Shades of Pale Violet Red #D27796

Tints of Pale Violet Red #D27796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.84%

 BLUE value IS 150 (58.98% from 255) = 31.32%

R = 43.84%
G = 24.84%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D27796 (or 0xD27796) is known color: Pale Violet Red. HEX triplet: D2, 77 and 96. RGB value is (210,119,150). Sum of RGB (Red+Green+Blue) = 210+119+150=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D27796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27796 is #2D8869. Grayscale: #959595. Windows color (decimal): -2984042 or 9861074. OLE color: 9861074.

HSL color Cylindrical-coordinate representation of color #D27796: hue angle of 339.56º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D27796 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 119 150 -
CMYK 0 0.43 0.29 0.18
HSL 339.56º 0.5% 0.65% -
HSV(B) 339.56º 0.43% 0.82% -
XYZ 38.68 29.1 32.43 -
YUV 149.74 128.15 170.98 -
System Red Green Blue C M Y K H S L
Decimal 210 119 150 0 0.43 0.29 0.18 339.56 0.5 0.65
Hex D2 77 96 0 2B 1D 12 154 32 41
Octal 322 167 226 0 53 35 22 524 62 101
Binary 11010010 1110111 10010110 0 101011 11101 10010 101010100 110010 1000001

Color Harmonies of #D27796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27796

Black with #D27796

Text Example


Text Example

White with #D27796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27796; }

 p { color: rgb(210,119,150); }

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

background-color css

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

 a { background-color: rgb(210,119,150); }

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

border-color css

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

 span { border-color: rgb(210,119,150); }

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