Html Css Color HEX #D874A6 Pale Violet Red

📋 copy color: '#D874A6'

red 216 ◦ green 116 ◦ blue 166

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

Shades of Pale Violet Red #D874A6

Tints of Pale Violet Red #D874A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.33%

R = 43.37%
G = 23.29%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D874A6 (or 0xD874A6) is known color: Pale Violet Red. HEX triplet: D8, 74 and A6. RGB value is (216,116,166). Sum of RGB (Red+Green+Blue) = 216+116+166=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D874A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D874A6 is #278B59. Grayscale: #979797. Windows color (decimal): -2591578 or 10908888. OLE color: 10908888.

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

Color convert

RGB 216 116 166 -
CMYK 0 0.46 0.23 0.15
HSL 330º 0.56% 0.65% -
HSV(B) 330º 0.46% 0.85% -
XYZ 41.45 29.84 39.65 -
YUV 151.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 216 116 166 0 0.46 0.23 0.15 330 0.56 0.65
Hex D8 74 A6 0 2E 17 F 14A 38 41
Octal 330 164 246 0 56 27 17 512 70 101
Binary 11011000 1110100 10100110 0 101110 10111 1111 101001010 111000 1000001

Color Harmonies of #D874A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D874A6

Black with #D874A6

Text Example


Text Example

White with #D874A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D874A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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