Html Css Color HEX #DA75A1 Pale Violet Red

📋 copy color: '#DA75A1'

red 218 ◦ green 117 ◦ blue 161

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

Shades of Pale Violet Red #DA75A1

Tints of Pale Violet Red #DA75A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.46%

R = 43.95%
G = 23.59%
B = 32.46%

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

#DA75A1 (or 0xDA75A1) is known color: Pale Violet Red. HEX triplet: DA, 75 and A1. RGB value is (218,117,161). Sum of RGB (Red+Green+Blue) = 218+117+161=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA75A1 is #258A5E. Grayscale: #989898. Windows color (decimal): -2460255 or 10581466. OLE color: 10581466.

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

Color convert

RGB 218 117 161 -
CMYK 0 0.46 0.26 0.15
HSL 333.86º 0.58% 0.66% -
HSV(B) 333.86º 0.46% 0.85% -
XYZ 41.71 30.2 37.35 -
YUV 152.22 132.96 174.92 -
System Red Green Blue C M Y K H S L
Decimal 218 117 161 0 0.46 0.26 0.15 333.86 0.58 0.66
Hex DA 75 A1 0 2E 1A F 14E 3A 42
Octal 332 165 241 0 56 32 17 516 72 102
Binary 11011010 1110101 10100001 0 101110 11010 1111 101001110 111010 1000010

Color Harmonies of #DA75A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75A1

Black with #DA75A1

Text Example


Text Example

White with #DA75A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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