Html Css Color HEX #D66790 Pale Violet Red

📋 copy color: '#D66790'

red 214 ◦ green 103 ◦ blue 144

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

Shades of Pale Violet Red #D66790

Tints of Pale Violet Red #D66790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.34%

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

R = 46.42%
G = 22.34%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D66790 (or 0xD66790) is known color: Pale Violet Red. HEX triplet: D6, 67 and 90. RGB value is (214,103,144). Sum of RGB (Red+Green+Blue) = 214+103+144=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D66790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66790 is #29986F. Grayscale: #8C8C8C. Windows color (decimal): -2726000 or 9463766. OLE color: 9463766.

HSL color Cylindrical-coordinate representation of color #D66790: hue angle of 337.84º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66790 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 144 -
CMYK 0 0.52 0.33 0.16
HSL 337.84º 0.58% 0.62% -
HSV(B) 337.84º 0.52% 0.84% -
XYZ 37.62 26.01 29.42 -
YUV 140.86 129.77 180.17 -
System Red Green Blue C M Y K H S L
Decimal 214 103 144 0 0.52 0.33 0.16 337.84 0.58 0.62
Hex D6 67 90 0 34 21 10 152 3A 3E
Octal 326 147 220 0 64 41 20 522 72 76
Binary 11010110 1100111 10010000 0 110100 100001 10000 101010010 111010 111110

Color Harmonies of #D66790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66790

Black with #D66790

Text Example


Text Example

White with #D66790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66790; }

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

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

background-color css

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

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

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

border-color css

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

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

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