Html Css Color HEX #D66F8D Pale Violet Red

📋 copy color: '#D66F8D'

red 214 ◦ green 111 ◦ blue 141

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

Shades of Pale Violet Red #D66F8D

Tints of Pale Violet Red #D66F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.26%

R = 45.92%
G = 23.82%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D66F8D (or 0xD66F8D) is known color: Pale Violet Red. HEX triplet: D6, 6F and 8D. RGB value is (214,111,141). Sum of RGB (Red+Green+Blue) = 214+111+141=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66F8D is #299072. Grayscale: #919191. Windows color (decimal): -2723955 or 9269206. OLE color: 9269206.

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

Color convert

RGB 214 111 141 -
CMYK 0 0.48 0.34 0.16
HSL 342.52º 0.56% 0.64% -
HSV(B) 342.52º 0.48% 0.84% -
XYZ 38.22 27.59 28.51 -
YUV 145.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 214 111 141 0 0.48 0.34 0.16 342.52 0.56 0.64
Hex D6 6F 8D 0 30 22 10 157 38 40
Octal 326 157 215 0 60 42 20 527 70 100
Binary 11010110 1101111 10001101 0 110000 100010 10000 101010111 111000 1000000

Color Harmonies of #D66F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F8D

Black with #D66F8D

Text Example


Text Example

White with #D66F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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