Html Css Color HEX #DA7493 Pale Violet Red

📋 copy color: '#DA7493'

red 218 ◦ green 116 ◦ blue 147

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

Shades of Pale Violet Red #DA7493

Tints of Pale Violet Red #DA7493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.12%

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

R = 45.32%
G = 24.12%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA7493 (or 0xDA7493) is known color: Pale Violet Red. HEX triplet: DA, 74 and 93. RGB value is (218,116,147). Sum of RGB (Red+Green+Blue) = 218+116+147=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7493 is #258B6C. Grayscale: #969696. Windows color (decimal): -2460525 or 9663706. OLE color: 9663706.

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

Color convert

RGB 218 116 147 -
CMYK 0 0.47 0.33 0.15
HSL 341.76º 0.58% 0.65% -
HSV(B) 341.76º 0.47% 0.85% -
XYZ 40.43 29.5 31.17 -
YUV 150.03 126.29 176.48 -
System Red Green Blue C M Y K H S L
Decimal 218 116 147 0 0.47 0.33 0.15 341.76 0.58 0.65
Hex DA 74 93 0 2F 21 F 156 3A 41
Octal 332 164 223 0 57 41 17 526 72 101
Binary 11011010 1110100 10010011 0 101111 100001 1111 101010110 111010 1000001

Color Harmonies of #DA7493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7493

Black with #DA7493

Text Example


Text Example

White with #DA7493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7493; }

 p { color: rgb(218,116,147); }

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

background-color css

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

 a { background-color: rgb(218,116,147); }

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

border-color css

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

 span { border-color: rgb(218,116,147); }

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