Html Css Color HEX #DA7093 Pale Violet Red

📋 copy color: '#DA7093'

red 218 ◦ green 112 ◦ blue 147

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

Shades of Pale Violet Red #DA7093

Tints of Pale Violet Red #DA7093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.48%

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

R = 45.7%
G = 23.48%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA7093 (or 0xDA7093) is known color: Pale Violet Red. HEX triplet: DA, 70 and 93. RGB value is (218,112,147). Sum of RGB (Red+Green+Blue) = 218+112+147=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7093 is #258F6C. Grayscale: #939393. Windows color (decimal): -2461549 or 9662682. OLE color: 9662682.

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

Color convert

RGB 218 112 147 -
CMYK 0 0.49 0.33 0.15
HSL 340.19º 0.59% 0.65% -
HSV(B) 340.19º 0.49% 0.85% -
XYZ 39.97 28.6 31.02 -
YUV 147.68 127.62 178.15 -
System Red Green Blue C M Y K H S L
Decimal 218 112 147 0 0.49 0.33 0.15 340.19 0.59 0.65
Hex DA 70 93 0 31 21 F 154 3B 41
Octal 332 160 223 0 61 41 17 524 73 101
Binary 11011010 1110000 10010011 0 110001 100001 1111 101010100 111011 1000001

Color Harmonies of #DA7093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7093

Black with #DA7093

Text Example


Text Example

White with #DA7093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7093; }

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

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

background-color css

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

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

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

border-color css

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

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

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