Html Css Color HEX #DA7392 Pale Violet Red

📋 copy color: '#DA7392'

red 218 ◦ green 115 ◦ blue 146

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

Shades of Pale Violet Red #DA7392

Tints of Pale Violet Red #DA7392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.01%

 BLUE value IS 146 (57.42% from 255) = 30.48%

R = 45.51%
G = 24.01%
B = 30.48%

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

#DA7392 (or 0xDA7392) is known color: Pale Violet Red. HEX triplet: DA, 73 and 92. RGB value is (218,115,146). Sum of RGB (Red+Green+Blue) = 218+115+146=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7392 is #258C6D. Grayscale: #959595. Windows color (decimal): -2460782 or 9597914. OLE color: 9597914.

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

Color convert

RGB 218 115 146 -
CMYK 0 0.47 0.33 0.15
HSL 341.94º 0.58% 0.65% -
HSV(B) 341.94º 0.47% 0.85% -
XYZ 40.23 29.24 30.72 -
YUV 149.33 126.12 176.98 -
System Red Green Blue C M Y K H S L
Decimal 218 115 146 0 0.47 0.33 0.15 341.94 0.58 0.65
Hex DA 73 92 0 2F 21 F 156 3A 41
Octal 332 163 222 0 57 41 17 526 72 101
Binary 11011010 1110011 10010010 0 101111 100001 1111 101010110 111010 1000001

Color Harmonies of #DA7392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7392

Black with #DA7392

Text Example


Text Example

White with #DA7392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7392; }

 p { color: rgb(218,115,146); }

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

background-color css

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

 a { background-color: rgb(218,115,146); }

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

border-color css

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

 span { border-color: rgb(218,115,146); }

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