Html Css Color HEX #DA75A2 Pale Violet Red

📋 copy color: '#DA75A2'

red 218 ◦ green 117 ◦ blue 162

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

Shades of Pale Violet Red #DA75A2

Tints of Pale Violet Red #DA75A2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.54%

 BLUE value IS 162 (63.67% from 255) = 32.6%

R = 43.86%
G = 23.54%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA75A2 (or 0xDA75A2) is known color: Pale Violet Red. HEX triplet: DA, 75 and A2. RGB value is (218,117,162). Sum of RGB (Red+Green+Blue) = 218+117+162=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA75A2 is #258A5D. Grayscale: #989898. Windows color (decimal): -2460254 or 10647002. OLE color: 10647002.

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

Color convert

RGB 218 117 162 -
CMYK 0 0.46 0.26 0.15
HSL 333.27º 0.58% 0.66% -
HSV(B) 333.27º 0.46% 0.85% -
XYZ 41.8 30.24 37.82 -
YUV 152.33 133.46 174.84 -
System Red Green Blue C M Y K H S L
Decimal 218 117 162 0 0.46 0.26 0.15 333.27 0.58 0.66
Hex DA 75 A2 0 2E 1A F 14D 3A 42
Octal 332 165 242 0 56 32 17 515 72 102
Binary 11011010 1110101 10100010 0 101110 11010 1111 101001101 111010 1000010

Color Harmonies of #DA75A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75A2

Black with #DA75A2

Text Example


Text Example

White with #DA75A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75A2; }

 p { color: rgb(218,117,162); }

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

background-color css

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

 a { background-color: rgb(218,117,162); }

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

border-color css

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

 span { border-color: rgb(218,117,162); }

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