Html Css Color HEX #D66F90 Pale Violet Red

📋 copy color: '#D66F90'

red 214 ◦ green 111 ◦ blue 144

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

Shades of Pale Violet Red #D66F90

Tints of Pale Violet Red #D66F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.7%

R = 45.63%
G = 23.67%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D66F90 (or 0xD66F90) is known color: Pale Violet Red. HEX triplet: D6, 6F and 90. RGB value is (214,111,144). Sum of RGB (Red+Green+Blue) = 214+111+144=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66F90 is #29906F. Grayscale: #919191. Windows color (decimal): -2723952 or 9465814. OLE color: 9465814.

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

Color convert

RGB 214 111 144 -
CMYK 0 0.48 0.33 0.16
HSL 340.78º 0.56% 0.64% -
HSV(B) 340.78º 0.48% 0.84% -
XYZ 38.45 27.68 29.7 -
YUV 145.56 127.12 176.82 -
System Red Green Blue C M Y K H S L
Decimal 214 111 144 0 0.48 0.33 0.16 340.78 0.56 0.64
Hex D6 6F 90 0 30 21 10 155 38 40
Octal 326 157 220 0 60 41 20 525 70 100
Binary 11010110 1101111 10010000 0 110000 100001 10000 101010101 111000 1000000

Color Harmonies of #D66F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F90

Black with #D66F90

Text Example


Text Example

White with #D66F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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