Html Css Color HEX #D66A8B Pale Violet Red

📋 copy color: '#D66A8B'

red 214 ◦ green 106 ◦ blue 139

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

Shades of Pale Violet Red #D66A8B

Tints of Pale Violet Red #D66A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.28%

R = 46.62%
G = 23.09%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D66A8B (or 0xD66A8B) is known color: Pale Violet Red. HEX triplet: D6, 6A and 8B. RGB value is (214,106,139). Sum of RGB (Red+Green+Blue) = 214+106+139=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66A8B is #299574. Grayscale: #8E8E8E. Windows color (decimal): -2725237 or 9136854. OLE color: 9136854.

HSL color Cylindrical-coordinate representation of color #D66A8B: hue angle of 341.67º 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 #D66A8B is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 106 139 -
CMYK 0 0.50 0.35 0.16
HSL 341.67º 0.57% 0.63% -
HSV(B) 341.67º 0.5% 0.84% -
XYZ 37.55 26.47 27.56 -
YUV 142.05 126.28 179.32 -
System Red Green Blue C M Y K H S L
Decimal 214 106 139 0 0.50 0.35 0.16 341.67 0.57 0.63
Hex D6 6A 8B 0 32 23 10 156 39 3F
Octal 326 152 213 0 62 43 20 526 71 77
Binary 11010110 1101010 10001011 0 110010 100011 10000 101010110 111001 111111

Color Harmonies of #D66A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A8B

Black with #D66A8B

Text Example


Text Example

White with #D66A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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