Html Css Color HEX #DA7190 Pale Violet Red

📋 copy color: '#DA7190'

red 218 ◦ green 113 ◦ blue 144

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

Shades of Pale Violet Red #DA7190

Tints of Pale Violet Red #DA7190

RGB

 RED value IS 218 (85.55% from 255) = 45.89%

 GREEN value IS 113 (44.53% from 255) = 23.79%

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

R = 45.89%
G = 23.79%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA7190 (or 0xDA7190) is known color: Pale Violet Red. HEX triplet: DA, 71 and 90. RGB value is (218,113,144). Sum of RGB (Red+Green+Blue) = 218+113+144=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7190 is #258E6F. Grayscale: #939393. Windows color (decimal): -2461296 or 9466330. OLE color: 9466330.

HSL color Cylindrical-coordinate representation of color #DA7190: hue angle of 342.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA7190 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 113 144 -
CMYK 0 0.48 0.34 0.15
HSL 342.29º 0.59% 0.65% -
HSV(B) 342.29º 0.48% 0.85% -
XYZ 39.85 28.73 29.83 -
YUV 147.93 125.79 177.98 -
System Red Green Blue C M Y K H S L
Decimal 218 113 144 0 0.48 0.34 0.15 342.29 0.59 0.65
Hex DA 71 90 0 30 22 F 156 3B 41
Octal 332 161 220 0 60 42 17 526 73 101
Binary 11011010 1110001 10010000 0 110000 100010 1111 101010110 111011 1000001

Color Harmonies of #DA7190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7190

Black with #DA7190

Text Example


Text Example

White with #DA7190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7190; }

 p { color: rgb(218,113,144); }

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

background-color css

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

 a { background-color: rgb(218,113,144); }

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

border-color css

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

 span { border-color: rgb(218,113,144); }

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