Html Css Color HEX #D47B9C Pale Violet Red

📋 copy color: '#D47B9C'

red 212 ◦ green 123 ◦ blue 156

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

Shades of Pale Violet Red #D47B9C

Tints of Pale Violet Red #D47B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.77%

R = 43.18%
G = 25.05%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D47B9C (or 0xD47B9C) is known color: Pale Violet Red. HEX triplet: D4, 7B and 9C. RGB value is (212,123,156). Sum of RGB (Red+Green+Blue) = 212+123+156=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47B9C is #2B8463. Grayscale: #999999. Windows color (decimal): -2851940 or 10255316. OLE color: 10255316.

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

Color convert

RGB 212 123 156 -
CMYK 0 0.42 0.26 0.17
HSL 337.75º 0.51% 0.66% -
HSV(B) 337.75º 0.42% 0.83% -
XYZ 40.24 30.56 35.23 -
YUV 153.37 129.49 169.82 -
System Red Green Blue C M Y K H S L
Decimal 212 123 156 0 0.42 0.26 0.17 337.75 0.51 0.66
Hex D4 7B 9C 0 2A 1A 11 152 33 42
Octal 324 173 234 0 52 32 21 522 63 102
Binary 11010100 1111011 10011100 0 101010 11010 10001 101010010 110011 1000010

Color Harmonies of #D47B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47B9C

Black with #D47B9C

Text Example


Text Example

White with #D47B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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