Html Css Color HEX #DF64A4 Pale Violet Red

📋 copy color: '#DF64A4'

red 223 ◦ green 100 ◦ blue 164

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

Shades of Pale Violet Red #DF64A4

Tints of Pale Violet Red #DF64A4

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.53%

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

R = 45.79%
G = 20.53%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF64A4 (or 0xDF64A4) is known color: Pale Violet Red. HEX triplet: DF, 64 and A4. RGB value is (223,100,164). Sum of RGB (Red+Green+Blue) = 223+100+164=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF64A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF64A4 is #209B5B. Grayscale: #8F8F8F. Windows color (decimal): -2136924 or 10773727. OLE color: 10773727.

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

Color convert

RGB 223 100 164 -
CMYK 0 0.55 0.26 0.13
HSL 328.78º 0.66% 0.63% -
HSV(B) 328.78º 0.55% 0.87% -
XYZ 41.69 27.48 38.23 -
YUV 144.07 139.25 184.3 -
System Red Green Blue C M Y K H S L
Decimal 223 100 164 0 0.55 0.26 0.13 328.78 0.66 0.63
Hex DF 64 A4 0 37 1A D 149 42 3F
Octal 337 144 244 0 67 32 15 511 102 77
Binary 11011111 1100100 10100100 0 110111 11010 1101 101001001 1000010 111111

Color Harmonies of #DF64A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF64A4

Black with #DF64A4

Text Example


Text Example

White with #DF64A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF64A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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