Html Css Color HEX #DF63AA Pale Violet Red

📋 copy color: '#DF63AA'

red 223 ◦ green 99 ◦ blue 170

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

Shades of Pale Violet Red #DF63AA

Tints of Pale Violet Red #DF63AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.12%

 BLUE value IS 170 (66.8% from 255) = 34.55%

R = 45.33%
G = 20.12%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF63AA (or 0xDF63AA) is known color: Pale Violet Red. HEX triplet: DF, 63 and AA. RGB value is (223,99,170). Sum of RGB (Red+Green+Blue) = 223+99+170=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF63AA is #209C55. Grayscale: #909090. Windows color (decimal): -2137174 or 11166687. OLE color: 11166687.

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

Color convert

RGB 223 99 170 -
CMYK 0 0.56 0.24 0.13
HSL 325.65º 0.66% 0.63% -
HSV(B) 325.65º 0.56% 0.87% -
XYZ 42.15 27.51 41.12 -
YUV 144.17 142.58 184.23 -
System Red Green Blue C M Y K H S L
Decimal 223 99 170 0 0.56 0.24 0.13 325.65 0.66 0.63
Hex DF 63 AA 0 38 18 D 146 42 3F
Octal 337 143 252 0 70 30 15 506 102 77
Binary 11011111 1100011 10101010 0 111000 11000 1101 101000110 1000010 111111

Color Harmonies of #DF63AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF63AA

Black with #DF63AA

Text Example


Text Example

White with #DF63AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF63AA; }

 p { color: rgb(223,99,170); }

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

background-color css

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

 a { background-color: rgb(223,99,170); }

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

border-color css

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

 span { border-color: rgb(223,99,170); }

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