Html Css Color HEX #DA7993 Pale Violet Red

📋 copy color: '#DA7993'

red 218 ◦ green 121 ◦ blue 147

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

Shades of Pale Violet Red #DA7993

Tints of Pale Violet Red #DA7993

RGB

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

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

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

R = 44.86%
G = 24.9%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA7993 (or 0xDA7993) is known color: Pale Violet Red. HEX triplet: DA, 79 and 93. RGB value is (218,121,147). Sum of RGB (Red+Green+Blue) = 218+121+147=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7993 is #25866C. Grayscale: #989898. Windows color (decimal): -2459245 or 9664986. OLE color: 9664986.

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

Color convert

RGB 218 121 147 -
CMYK 0 0.44 0.33 0.15
HSL 343.92º 0.57% 0.66% -
HSV(B) 343.92º 0.44% 0.85% -
XYZ 41.02 30.69 31.37 -
YUV 152.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 218 121 147 0 0.44 0.33 0.15 343.92 0.57 0.66
Hex DA 79 93 0 2C 21 F 158 39 42
Octal 332 171 223 0 54 41 17 530 71 102
Binary 11011010 1111001 10010011 0 101100 100001 1111 101011000 111001 1000010

Color Harmonies of #DA7993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7993

Black with #DA7993

Text Example


Text Example

White with #DA7993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7993; }

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

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

background-color css

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

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

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

border-color css

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

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

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