Html Css Color HEX #DF75A8 Pale Violet Red

📋 copy color: '#DF75A8'

red 223 ◦ green 117 ◦ blue 168

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

Shades of Pale Violet Red #DF75A8

Tints of Pale Violet Red #DF75A8

RGB

 RED value IS 223 (87.5% from 255) = 43.9%

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

 BLUE value IS 168 (66.02% from 255) = 33.07%

R = 43.9%
G = 23.03%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF75A8 (or 0xDF75A8) is known color: Pale Violet Red. HEX triplet: DF, 75 and A8. RGB value is (223,117,168). Sum of RGB (Red+Green+Blue) = 223+117+168=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF75A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF75A8 is #208A57. Grayscale: #9A9A9A. Windows color (decimal): -2132568 or 11040223. OLE color: 11040223.

HSL color Cylindrical-coordinate representation of color #DF75A8: hue angle of 331.13º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF75A8 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 117 168 -
CMYK 0 0.48 0.25 0.13
HSL 331.13º 0.62% 0.67% -
HSV(B) 331.13º 0.48% 0.87% -
XYZ 43.86 31.24 40.76 -
YUV 154.51 135.62 176.85 -
System Red Green Blue C M Y K H S L
Decimal 223 117 168 0 0.48 0.25 0.13 331.13 0.62 0.67
Hex DF 75 A8 0 30 19 D 14B 3E 43
Octal 337 165 250 0 60 31 15 513 76 103
Binary 11011111 1110101 10101000 0 110000 11001 1101 101001011 111110 1000011

Color Harmonies of #DF75A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF75A8

Black with #DF75A8

Text Example


Text Example

White with #DF75A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF75A8; }

 p { color: rgb(223,117,168); }

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

background-color css

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

 a { background-color: rgb(223,117,168); }

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

border-color css

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

 span { border-color: rgb(223,117,168); }

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