Html Css Color HEX #D8668D Pale Violet Red

📋 copy color: '#D8668D'

red 216 ◦ green 102 ◦ blue 141

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

Shades of Pale Violet Red #D8668D

Tints of Pale Violet Red #D8668D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.22%

 BLUE value IS 141 (55.47% from 255) = 30.72%

R = 47.06%
G = 22.22%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8668D (or 0xD8668D) is known color: Pale Violet Red. HEX triplet: D8, 66 and 8D. RGB value is (216,102,141). Sum of RGB (Red+Green+Blue) = 216+102+141=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8668D is #279972. Grayscale: #8C8C8C. Windows color (decimal): -2595187 or 9266904. OLE color: 9266904.

HSL color Cylindrical-coordinate representation of color #D8668D: hue angle of 339.47º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8668D is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 102 141 -
CMYK 0 0.53 0.35 0.15
HSL 339.47º 0.59% 0.62% -
HSV(B) 339.47º 0.53% 0.85% -
XYZ 37.88 26.02 28.23 -
YUV 140.53 128.27 181.83 -
System Red Green Blue C M Y K H S L
Decimal 216 102 141 0 0.53 0.35 0.15 339.47 0.59 0.62
Hex D8 66 8D 0 35 23 F 153 3B 3E
Octal 330 146 215 0 65 43 17 523 73 76
Binary 11011000 1100110 10001101 0 110101 100011 1111 101010011 111011 111110

Color Harmonies of #D8668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8668D

Black with #D8668D

Text Example


Text Example

White with #D8668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8668D; }

 p { color: rgb(216,102,141); }

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

background-color css

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

 a { background-color: rgb(216,102,141); }

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

border-color css

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

 span { border-color: rgb(216,102,141); }

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