Html Css Color HEX #DA7092 Pale Violet Red

📋 copy color: '#DA7092'

red 218 ◦ green 112 ◦ blue 146

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

Shades of Pale Violet Red #DA7092

Tints of Pale Violet Red #DA7092

RGB

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

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

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

R = 45.8%
G = 23.53%
B = 30.67%

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

#DA7092 (or 0xDA7092) is known color: Pale Violet Red. HEX triplet: DA, 70 and 92. RGB value is (218,112,146). Sum of RGB (Red+Green+Blue) = 218+112+146=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7092 is #258F6D. Grayscale: #939393. Windows color (decimal): -2461550 or 9597146. OLE color: 9597146.

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

Color convert

RGB 218 112 146 -
CMYK 0 0.49 0.33 0.15
HSL 340.75º 0.59% 0.65% -
HSV(B) 340.75º 0.49% 0.85% -
XYZ 39.9 28.57 30.61 -
YUV 147.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 218 112 146 0 0.49 0.33 0.15 340.75 0.59 0.65
Hex DA 70 92 0 31 21 F 155 3B 41
Octal 332 160 222 0 61 41 17 525 73 101
Binary 11011010 1110000 10010010 0 110001 100001 1111 101010101 111011 1000001

Color Harmonies of #DA7092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7092

Black with #DA7092

Text Example


Text Example

White with #DA7092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7092; }

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

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

background-color css

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

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

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

border-color css

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

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

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