Html Css Color HEX #D66F99 Pale Violet Red

📋 copy color: '#D66F99'

red 214 ◦ green 111 ◦ blue 153

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

Shades of Pale Violet Red #D66F99

Tints of Pale Violet Red #D66F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.01%

R = 44.77%
G = 23.22%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D66F99 (or 0xD66F99) is known color: Pale Violet Red. HEX triplet: D6, 6F and 99. RGB value is (214,111,153). Sum of RGB (Red+Green+Blue) = 214+111+153=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66F99 is #299066. Grayscale: #929292. Windows color (decimal): -2723943 or 10055638. OLE color: 10055638.

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

Color convert

RGB 214 111 153 -
CMYK 0 0.48 0.29 0.16
HSL 335.53º 0.56% 0.64% -
HSV(B) 335.53º 0.48% 0.84% -
XYZ 39.17 27.96 33.47 -
YUV 146.59 131.62 176.08 -
System Red Green Blue C M Y K H S L
Decimal 214 111 153 0 0.48 0.29 0.16 335.53 0.56 0.64
Hex D6 6F 99 0 30 1D 10 150 38 40
Octal 326 157 231 0 60 35 20 520 70 100
Binary 11010110 1101111 10011001 0 110000 11101 10000 101010000 111000 1000000

Color Harmonies of #D66F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F99

Black with #D66F99

Text Example


Text Example

White with #D66F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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