Html Css Color HEX #DF74AB Pale Violet Red

📋 copy color: '#DF74AB'

red 223 ◦ green 116 ◦ blue 171

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

Shades of Pale Violet Red #DF74AB

Tints of Pale Violet Red #DF74AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.75%

 BLUE value IS 171 (67.19% from 255) = 33.53%

R = 43.73%
G = 22.75%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF74AB (or 0xDF74AB) is known color: Pale Violet Red. HEX triplet: DF, 74 and AB. RGB value is (223,116,171). Sum of RGB (Red+Green+Blue) = 223+116+171=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF74AB is #208B54. Grayscale: #9A9A9A. Windows color (decimal): -2132821 or 11236575. OLE color: 11236575.

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

Color convert

RGB 223 116 171 -
CMYK 0 0.48 0.23 0.13
HSL 329.16º 0.63% 0.66% -
HSV(B) 329.16º 0.48% 0.87% -
XYZ 44.03 31.12 42.21 -
YUV 154.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 223 116 171 0 0.48 0.23 0.13 329.16 0.63 0.66
Hex DF 74 AB 0 30 17 D 149 3F 42
Octal 337 164 253 0 60 27 15 511 77 102
Binary 11011111 1110100 10101011 0 110000 10111 1101 101001001 111111 1000010

Color Harmonies of #DF74AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF74AB

Black with #DF74AB

Text Example


Text Example

White with #DF74AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF74AB; }

 p { color: rgb(223,116,171); }

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

background-color css

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

 a { background-color: rgb(223,116,171); }

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

border-color css

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

 span { border-color: rgb(223,116,171); }

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