Html Css Color HEX #D66F93 Pale Violet Red

📋 copy color: '#D66F93'

red 214 ◦ green 111 ◦ blue 147

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

Shades of Pale Violet Red #D66F93

Tints of Pale Violet Red #D66F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.14%

R = 45.34%
G = 23.52%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D66F93 (or 0xD66F93) is known color: Pale Violet Red. HEX triplet: D6, 6F and 93. RGB value is (214,111,147). Sum of RGB (Red+Green+Blue) = 214+111+147=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66F93 is #29906C. Grayscale: #919191. Windows color (decimal): -2723949 or 9662422. OLE color: 9662422.

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

Color convert

RGB 214 111 147 -
CMYK 0 0.48 0.31 0.16
HSL 339.03º 0.56% 0.64% -
HSV(B) 339.03º 0.48% 0.84% -
XYZ 38.68 27.77 30.93 -
YUV 145.9 128.62 176.57 -
System Red Green Blue C M Y K H S L
Decimal 214 111 147 0 0.48 0.31 0.16 339.03 0.56 0.64
Hex D6 6F 93 0 30 1F 10 153 38 40
Octal 326 157 223 0 60 37 20 523 70 100
Binary 11010110 1101111 10010011 0 110000 11111 10000 101010011 111000 1000000

Color Harmonies of #D66F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F93

Black with #D66F93

Text Example


Text Example

White with #D66F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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