Html Css Color HEX #D874A2 Pale Violet Red

📋 copy color: '#D874A2'

red 216 ◦ green 116 ◦ blue 162

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

Shades of Pale Violet Red #D874A2

Tints of Pale Violet Red #D874A2

RGB

 RED value IS 216 (84.77% from 255) = 43.72%

 GREEN value IS 116 (45.7% from 255) = 23.48%

 BLUE value IS 162 (63.67% from 255) = 32.79%

R = 43.72%
G = 23.48%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D874A2 (or 0xD874A2) is known color: Pale Violet Red. HEX triplet: D8, 74 and A2. RGB value is (216,116,162). Sum of RGB (Red+Green+Blue) = 216+116+162=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D874A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D874A2 is #278B5D. Grayscale: #979797. Windows color (decimal): -2591582 or 10646744. OLE color: 10646744.

HSL color Cylindrical-coordinate representation of color #D874A2: hue angle of 332.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D874A2 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 116 162 -
CMYK 0 0.46 0.25 0.15
HSL 332.4º 0.56% 0.65% -
HSV(B) 332.4º 0.46% 0.85% -
XYZ 41.09 29.7 37.75 -
YUV 151.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 216 116 162 0 0.46 0.25 0.15 332.4 0.56 0.65
Hex D8 74 A2 0 2E 19 F 14C 38 41
Octal 330 164 242 0 56 31 17 514 70 101
Binary 11011000 1110100 10100010 0 101110 11001 1111 101001100 111000 1000001

Color Harmonies of #D874A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D874A2

Black with #D874A2

Text Example


Text Example

White with #D874A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D874A2; }

 p { color: rgb(216,116,162); }

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

background-color css

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

 a { background-color: rgb(216,116,162); }

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

border-color css

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

 span { border-color: rgb(216,116,162); }

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