Html Css Color HEX #DA7990 Pale Violet Red

📋 copy color: '#DA7990'

red 218 ◦ green 121 ◦ blue 144

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

Shades of Pale Violet Red #DA7990

Tints of Pale Violet Red #DA7990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.05%

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

R = 45.13%
G = 25.05%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA7990 (or 0xDA7990) is known color: Pale Violet Red. HEX triplet: DA, 79 and 90. RGB value is (218,121,144). Sum of RGB (Red+Green+Blue) = 218+121+144=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7990 is #25866F. Grayscale: #989898. Windows color (decimal): -2459248 or 9468378. OLE color: 9468378.

HSL color Cylindrical-coordinate representation of color #DA7990: hue angle of 345.77º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7990 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 121 144 -
CMYK 0 0.44 0.34 0.15
HSL 345.77º 0.57% 0.66% -
HSV(B) 345.77º 0.44% 0.85% -
XYZ 40.78 30.59 30.14 -
YUV 152.63 123.14 174.63 -
System Red Green Blue C M Y K H S L
Decimal 218 121 144 0 0.44 0.34 0.15 345.77 0.57 0.66
Hex DA 79 90 0 2C 22 F 15A 39 42
Octal 332 171 220 0 54 42 17 532 71 102
Binary 11011010 1111001 10010000 0 101100 100010 1111 101011010 111001 1000010

Color Harmonies of #DA7990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7990

Black with #DA7990

Text Example


Text Example

White with #DA7990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7990; }

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

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

background-color css

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

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

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

border-color css

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

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

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