Html Css Color HEX #D27694 Pale Violet Red

📋 copy color: '#D27694'

red 210 ◦ green 118 ◦ blue 148

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

Shades of Pale Violet Red #D27694

Tints of Pale Violet Red #D27694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.09%

R = 44.12%
G = 24.79%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D27694 (or 0xD27694) is known color: Pale Violet Red. HEX triplet: D2, 76 and 94. RGB value is (210,118,148). Sum of RGB (Red+Green+Blue) = 210+118+148=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D27694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27694 is #2D896B. Grayscale: #949494. Windows color (decimal): -2984300 or 9729746. OLE color: 9729746.

HSL color Cylindrical-coordinate representation of color #D27694: hue angle of 340.43º 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 #D27694 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 118 148 -
CMYK 0 0.44 0.30 0.18
HSL 340.43º 0.51% 0.64% -
HSV(B) 340.43º 0.44% 0.82% -
XYZ 38.4 28.8 31.55 -
YUV 148.93 127.48 171.56 -
System Red Green Blue C M Y K H S L
Decimal 210 118 148 0 0.44 0.30 0.18 340.43 0.51 0.64
Hex D2 76 94 0 2C 1E 12 154 33 40
Octal 322 166 224 0 54 36 22 524 63 100
Binary 11010010 1110110 10010100 0 101100 11110 10010 101010100 110011 1000000

Color Harmonies of #D27694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27694

Black with #D27694

Text Example


Text Example

White with #D27694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27694; }

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

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

background-color css

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

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

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

border-color css

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

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

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