Html Css Color HEX #D8668E Pale Violet Red

📋 copy color: '#D8668E'

red 216 ◦ green 102 ◦ blue 142

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

Shades of Pale Violet Red #D8668E

Tints of Pale Violet Red #D8668E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.87%

R = 46.96%
G = 22.17%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8668E (or 0xD8668E) is known color: Pale Violet Red. HEX triplet: D8, 66 and 8E. RGB value is (216,102,142). Sum of RGB (Red+Green+Blue) = 216+102+142=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8668E is #279971. Grayscale: #8C8C8C. Windows color (decimal): -2595186 or 9332440. OLE color: 9332440.

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

Color convert

RGB 216 102 142 -
CMYK 0 0.53 0.34 0.15
HSL 338.95º 0.59% 0.62% -
HSV(B) 338.95º 0.53% 0.85% -
XYZ 37.95 26.05 28.62 -
YUV 140.65 128.77 181.75 -
System Red Green Blue C M Y K H S L
Decimal 216 102 142 0 0.53 0.34 0.15 338.95 0.59 0.62
Hex D8 66 8E 0 35 22 F 153 3B 3E
Octal 330 146 216 0 65 42 17 523 73 76
Binary 11011000 1100110 10001110 0 110101 100010 1111 101010011 111011 111110

Color Harmonies of #D8668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8668E

Black with #D8668E

Text Example


Text Example

White with #D8668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8668E; }

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

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

background-color css

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

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

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

border-color css

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

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

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