Html Css Color HEX #D875A6 Pale Violet Red

📋 copy color: '#D875A6'

red 216 ◦ green 117 ◦ blue 166

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

Shades of Pale Violet Red #D875A6

Tints of Pale Violet Red #D875A6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.45%

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

R = 43.29%
G = 23.45%
B = 33.27%

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

#D875A6 (or 0xD875A6) is known color: Pale Violet Red. HEX triplet: D8, 75 and A6. RGB value is (216,117,166). Sum of RGB (Red+Green+Blue) = 216+117+166=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D875A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D875A6 is #278A59. Grayscale: #989898. Windows color (decimal): -2591322 or 10909144. OLE color: 10909144.

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

Color convert

RGB 216 117 166 -
CMYK 0 0.46 0.23 0.15
HSL 330.3º 0.56% 0.65% -
HSV(B) 330.3º 0.46% 0.85% -
XYZ 41.56 30.07 39.69 -
YUV 152.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 216 117 166 0 0.46 0.23 0.15 330.3 0.56 0.65
Hex D8 75 A6 0 2E 17 F 14A 38 41
Octal 330 165 246 0 56 27 17 512 70 101
Binary 11011000 1110101 10100110 0 101110 10111 1111 101001010 111000 1000001

Color Harmonies of #D875A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875A6

Black with #D875A6

Text Example


Text Example

White with #D875A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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