Html Css Color HEX #D27696 Pale Violet Red

📋 copy color: '#D27696'

red 210 ◦ green 118 ◦ blue 150

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

Shades of Pale Violet Red #D27696

Tints of Pale Violet Red #D27696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.69%

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

R = 43.93%
G = 24.69%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D27696 (or 0xD27696) is known color: Pale Violet Red. HEX triplet: D2, 76 and 96. RGB value is (210,118,150). Sum of RGB (Red+Green+Blue) = 210+118+150=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D27696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27696 is #2D8969. Grayscale: #959595. Windows color (decimal): -2984298 or 9860818. OLE color: 9860818.

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

Color convert

RGB 210 118 150 -
CMYK 0 0.44 0.29 0.18
HSL 339.13º 0.51% 0.64% -
HSV(B) 339.13º 0.44% 0.82% -
XYZ 38.56 28.86 32.39 -
YUV 149.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 210 118 150 0 0.44 0.29 0.18 339.13 0.51 0.64
Hex D2 76 96 0 2C 1D 12 153 33 40
Octal 322 166 226 0 54 35 22 523 63 100
Binary 11010010 1110110 10010110 0 101100 11101 10010 101010011 110011 1000000

Color Harmonies of #D27696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27696

Black with #D27696

Text Example


Text Example

White with #D27696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27696; }

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

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

background-color css

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

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

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

border-color css

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

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

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