Html Css Color HEX #D47B9F Pale Violet Red

📋 copy color: '#D47B9F'

red 212 ◦ green 123 ◦ blue 159

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

Shades of Pale Violet Red #D47B9F

Tints of Pale Violet Red #D47B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.19%

R = 42.91%
G = 24.9%
B = 32.19%

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

#D47B9F (or 0xD47B9F) is known color: Pale Violet Red. HEX triplet: D4, 7B and 9F. RGB value is (212,123,159). Sum of RGB (Red+Green+Blue) = 212+123+159=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47B9F is #2B8460. Grayscale: #999999. Windows color (decimal): -2851937 or 10451924. OLE color: 10451924.

HSL color Cylindrical-coordinate representation of color #D47B9F: hue angle of 335.73º 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 #D47B9F is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 123 159 -
CMYK 0 0.42 0.25 0.17
HSL 335.73º 0.51% 0.66% -
HSV(B) 335.73º 0.42% 0.83% -
XYZ 40.49 30.67 36.59 -
YUV 153.72 130.99 169.57 -
System Red Green Blue C M Y K H S L
Decimal 212 123 159 0 0.42 0.25 0.17 335.73 0.51 0.66
Hex D4 7B 9F 0 2A 19 11 150 33 42
Octal 324 173 237 0 52 31 21 520 63 102
Binary 11010100 1111011 10011111 0 101010 11001 10001 101010000 110011 1000010

Color Harmonies of #D47B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47B9F

Black with #D47B9F

Text Example


Text Example

White with #D47B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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