Html Css Color HEX #D66A8A Pale Violet Red

📋 copy color: '#D66A8A'

red 214 ◦ green 106 ◦ blue 138

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

Shades of Pale Violet Red #D66A8A

Tints of Pale Violet Red #D66A8A

RGB

 RED value IS 214 (83.98% from 255) = 46.72%

 GREEN value IS 106 (41.8% from 255) = 23.14%

 BLUE value IS 138 (54.3% from 255) = 30.13%

R = 46.72%
G = 23.14%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D66A8A (or 0xD66A8A) is known color: Pale Violet Red. HEX triplet: D6, 6A and 8A. RGB value is (214,106,138). Sum of RGB (Red+Green+Blue) = 214+106+138=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66A8A is #299575. Grayscale: #8D8D8D. Windows color (decimal): -2725238 or 9071318. OLE color: 9071318.

HSL color Cylindrical-coordinate representation of color #D66A8A: hue angle of 342.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66A8A is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 106 138 -
CMYK 0 0.50 0.36 0.16
HSL 342.22º 0.57% 0.63% -
HSV(B) 342.22º 0.5% 0.84% -
XYZ 37.47 26.44 27.17 -
YUV 141.94 125.78 179.4 -
System Red Green Blue C M Y K H S L
Decimal 214 106 138 0 0.50 0.36 0.16 342.22 0.57 0.63
Hex D6 6A 8A 0 32 24 10 156 39 3F
Octal 326 152 212 0 62 44 20 526 71 77
Binary 11010110 1101010 10001010 0 110010 100100 10000 101010110 111001 111111

Color Harmonies of #D66A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A8A

Black with #D66A8A

Text Example


Text Example

White with #D66A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A8A; }

 p { color: rgb(214,106,138); }

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

background-color css

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

 a { background-color: rgb(214,106,138); }

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

border-color css

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

 span { border-color: rgb(214,106,138); }

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