Html Css Color HEX #DF74A4 Pale Violet Red

📋 copy color: '#DF74A4'

red 223 ◦ green 116 ◦ blue 164

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

Shades of Pale Violet Red #DF74A4

Tints of Pale Violet Red #DF74A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.6%

R = 44.33%
G = 23.06%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF74A4 (or 0xDF74A4) is known color: Pale Violet Red. HEX triplet: DF, 74 and A4. RGB value is (223,116,164). Sum of RGB (Red+Green+Blue) = 223+116+164=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF74A4 is #208B5B. Grayscale: #999999. Windows color (decimal): -2132828 or 10777823. OLE color: 10777823.

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

Color convert

RGB 223 116 164 -
CMYK 0 0.48 0.26 0.13
HSL 333.08º 0.63% 0.66% -
HSV(B) 333.08º 0.48% 0.87% -
XYZ 43.38 30.86 38.79 -
YUV 153.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 223 116 164 0 0.48 0.26 0.13 333.08 0.63 0.66
Hex DF 74 A4 0 30 1A D 14D 3F 42
Octal 337 164 244 0 60 32 15 515 77 102
Binary 11011111 1110100 10100100 0 110000 11010 1101 101001101 111111 1000010

Color Harmonies of #DF74A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF74A4

Black with #DF74A4

Text Example


Text Example

White with #DF74A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF74A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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