Html Css Color HEX #DA7A93 Pale Violet Red

📋 copy color: '#DA7A93'

red 218 ◦ green 122 ◦ blue 147

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

Shades of Pale Violet Red #DA7A93

Tints of Pale Violet Red #DA7A93

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.05%

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

R = 44.76%
G = 25.05%
B = 30.18%

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

#DA7A93 (or 0xDA7A93) is known color: Pale Violet Red. HEX triplet: DA, 7A and 93. RGB value is (218,122,147). Sum of RGB (Red+Green+Blue) = 218+122+147=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7A93 is #25856C. Grayscale: #999999. Windows color (decimal): -2458989 or 9665242. OLE color: 9665242.

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

Color convert

RGB 218 122 147 -
CMYK 0 0.44 0.33 0.15
HSL 344.38º 0.56% 0.67% -
HSV(B) 344.38º 0.44% 0.85% -
XYZ 41.14 30.93 31.41 -
YUV 153.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 218 122 147 0 0.44 0.33 0.15 344.38 0.56 0.67
Hex DA 7A 93 0 2C 21 F 158 38 43
Octal 332 172 223 0 54 41 17 530 70 103
Binary 11011010 1111010 10010011 0 101100 100001 1111 101011000 111000 1000011

Color Harmonies of #DA7A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A93

Black with #DA7A93

Text Example


Text Example

White with #DA7A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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