Html Css Color HEX #D874A0 Pale Violet Red

📋 copy color: '#D874A0'

red 216 ◦ green 116 ◦ blue 160

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

Shades of Pale Violet Red #D874A0

Tints of Pale Violet Red #D874A0

RGB

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

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

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

R = 43.9%
G = 23.58%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D874A0 (or 0xD874A0) is known color: Pale Violet Red. HEX triplet: D8, 74 and A0. RGB value is (216,116,160). Sum of RGB (Red+Green+Blue) = 216+116+160=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D874A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D874A0 is #278B5F. Grayscale: #969696. Windows color (decimal): -2591584 or 10515672. OLE color: 10515672.

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

Color convert

RGB 216 116 160 -
CMYK 0 0.46 0.26 0.15
HSL 333.6º 0.56% 0.65% -
HSV(B) 333.6º 0.46% 0.85% -
XYZ 40.91 29.63 36.82 -
YUV 150.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 216 116 160 0 0.46 0.26 0.15 333.6 0.56 0.65
Hex D8 74 A0 0 2E 1A F 14E 38 41
Octal 330 164 240 0 56 32 17 516 70 101
Binary 11011000 1110100 10100000 0 101110 11010 1111 101001110 111000 1000001

Color Harmonies of #D874A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D874A0

Black with #D874A0

Text Example


Text Example

White with #D874A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D874A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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