Html Css Color HEX #DA75A3 Pale Violet Red

📋 copy color: '#DA75A3'

red 218 ◦ green 117 ◦ blue 163

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

Shades of Pale Violet Red #DA75A3

Tints of Pale Violet Red #DA75A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.73%

R = 43.78%
G = 23.49%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA75A3 (or 0xDA75A3) is known color: Pale Violet Red. HEX triplet: DA, 75 and A3. RGB value is (218,117,163). Sum of RGB (Red+Green+Blue) = 218+117+163=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA75A3 is #258A5C. Grayscale: #989898. Windows color (decimal): -2460253 or 10712538. OLE color: 10712538.

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

Color convert

RGB 218 117 163 -
CMYK 0 0.46 0.25 0.15
HSL 332.67º 0.58% 0.66% -
HSV(B) 332.67º 0.46% 0.85% -
XYZ 41.89 30.27 38.29 -
YUV 152.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 218 117 163 0 0.46 0.25 0.15 332.67 0.58 0.66
Hex DA 75 A3 0 2E 19 F 14D 3A 42
Octal 332 165 243 0 56 31 17 515 72 102
Binary 11011010 1110101 10100011 0 101110 11001 1111 101001101 111010 1000010

Color Harmonies of #DA75A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75A3

Black with #DA75A3

Text Example


Text Example

White with #DA75A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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