Html Css Color HEX #DA75A0 Pale Violet Red

📋 copy color: '#DA75A0'

red 218 ◦ green 117 ◦ blue 160

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

Shades of Pale Violet Red #DA75A0

Tints of Pale Violet Red #DA75A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.32%

R = 44.04%
G = 23.64%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA75A0 (or 0xDA75A0) is known color: Pale Violet Red. HEX triplet: DA, 75 and A0. RGB value is (218,117,160). Sum of RGB (Red+Green+Blue) = 218+117+160=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA75A0 is #258A5F. Grayscale: #989898. Windows color (decimal): -2460256 or 10515930. OLE color: 10515930.

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

Color convert

RGB 218 117 160 -
CMYK 0 0.46 0.27 0.15
HSL 334.46º 0.58% 0.66% -
HSV(B) 334.46º 0.46% 0.85% -
XYZ 41.62 30.17 36.89 -
YUV 152.1 132.46 175 -
System Red Green Blue C M Y K H S L
Decimal 218 117 160 0 0.46 0.27 0.15 334.46 0.58 0.66
Hex DA 75 A0 0 2E 1B F 14E 3A 42
Octal 332 165 240 0 56 33 17 516 72 102
Binary 11011010 1110101 10100000 0 101110 11011 1111 101001110 111010 1000010

Color Harmonies of #DA75A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75A0

Black with #DA75A0

Text Example


Text Example

White with #DA75A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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