Html Css Color HEX #D66F9A Pale Violet Red

📋 copy color: '#D66F9A'

red 214 ◦ green 111 ◦ blue 154

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

Shades of Pale Violet Red #D66F9A

Tints of Pale Violet Red #D66F9A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.17%

 BLUE value IS 154 (60.55% from 255) = 32.15%

R = 44.68%
G = 23.17%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D66F9A (or 0xD66F9A) is known color: Pale Violet Red. HEX triplet: D6, 6F and 9A. RGB value is (214,111,154). Sum of RGB (Red+Green+Blue) = 214+111+154=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66F9A is #299065. Grayscale: #929292. Windows color (decimal): -2723942 or 10121174. OLE color: 10121174.

HSL color Cylindrical-coordinate representation of color #D66F9A: hue angle of 334.95º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66F9A is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 111 154 -
CMYK 0 0.48 0.28 0.16
HSL 334.95º 0.56% 0.64% -
HSV(B) 334.95º 0.48% 0.84% -
XYZ 39.25 28 33.91 -
YUV 146.7 132.12 176 -
System Red Green Blue C M Y K H S L
Decimal 214 111 154 0 0.48 0.28 0.16 334.95 0.56 0.64
Hex D6 6F 9A 0 30 1C 10 14F 38 40
Octal 326 157 232 0 60 34 20 517 70 100
Binary 11010110 1101111 10011010 0 110000 11100 10000 101001111 111000 1000000

Color Harmonies of #D66F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F9A

Black with #D66F9A

Text Example


Text Example

White with #D66F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F9A; }

 p { color: rgb(214,111,154); }

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

background-color css

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

 a { background-color: rgb(214,111,154); }

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

border-color css

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

 span { border-color: rgb(214,111,154); }

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