Html Css Color HEX #DA7090 Pale Violet Red

📋 copy color: '#DA7090'

red 218 ◦ green 112 ◦ blue 144

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

Shades of Pale Violet Red #DA7090

Tints of Pale Violet Red #DA7090

RGB

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

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

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

R = 45.99%
G = 23.63%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA7090 (or 0xDA7090) is known color: Pale Violet Red. HEX triplet: DA, 70 and 90. RGB value is (218,112,144). Sum of RGB (Red+Green+Blue) = 218+112+144=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7090 is #258F6F. Grayscale: #939393. Windows color (decimal): -2461552 or 9466074. OLE color: 9466074.

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

Color convert

RGB 218 112 144 -
CMYK 0 0.49 0.34 0.15
HSL 341.89º 0.59% 0.65% -
HSV(B) 341.89º 0.49% 0.85% -
XYZ 39.74 28.51 29.79 -
YUV 147.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 218 112 144 0 0.49 0.34 0.15 341.89 0.59 0.65
Hex DA 70 90 0 31 22 F 156 3B 41
Octal 332 160 220 0 61 42 17 526 73 101
Binary 11011010 1110000 10010000 0 110001 100010 1111 101010110 111011 1000001

Color Harmonies of #DA7090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7090

Black with #DA7090

Text Example


Text Example

White with #DA7090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7090; }

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

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

background-color css

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

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

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

border-color css

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

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

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