Html Css Color HEX #D47BA0 Pale Violet Red

📋 copy color: '#D47BA0'

red 212 ◦ green 123 ◦ blue 160

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

Shades of Pale Violet Red #D47BA0

Tints of Pale Violet Red #D47BA0

RGB

 RED value IS 212 (83.2% from 255) = 42.83%

 GREEN value IS 123 (48.44% from 255) = 24.85%

 BLUE value IS 160 (62.89% from 255) = 32.32%

R = 42.83%
G = 24.85%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D47BA0 (or 0xD47BA0) is known color: Pale Violet Red. HEX triplet: D4, 7B and A0. RGB value is (212,123,160). Sum of RGB (Red+Green+Blue) = 212+123+160=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D47BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47BA0 is #2B845F. Grayscale: #999999. Windows color (decimal): -2851936 or 10517460. OLE color: 10517460.

HSL color Cylindrical-coordinate representation of color #D47BA0: hue angle of 335.06º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47BA0 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 123 160 -
CMYK 0 0.42 0.25 0.17
HSL 335.06º 0.51% 0.66% -
HSV(B) 335.06º 0.42% 0.83% -
XYZ 40.58 30.7 37.04 -
YUV 153.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 212 123 160 0 0.42 0.25 0.17 335.06 0.51 0.66
Hex D4 7B A0 0 2A 19 11 14F 33 42
Octal 324 173 240 0 52 31 21 517 63 102
Binary 11010100 1111011 10100000 0 101010 11001 10001 101001111 110011 1000010

Color Harmonies of #D47BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47BA0

Black with #D47BA0

Text Example


Text Example

White with #D47BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47BA0; }

 p { color: rgb(212,123,160); }

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

background-color css

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

 a { background-color: rgb(212,123,160); }

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

border-color css

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

 span { border-color: rgb(212,123,160); }

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