Html Css Color HEX #DF65AA Pale Violet Red

📋 copy color: '#DF65AA'

red 223 ◦ green 101 ◦ blue 170

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

Shades of Pale Violet Red #DF65AA

Tints of Pale Violet Red #DF65AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.45%

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

R = 45.14%
G = 20.45%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF65AA (or 0xDF65AA) is known color: Pale Violet Red. HEX triplet: DF, 65 and AA. RGB value is (223,101,170). Sum of RGB (Red+Green+Blue) = 223+101+170=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF65AA is #209A55. Grayscale: #919191. Windows color (decimal): -2136662 or 11167199. OLE color: 11167199.

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

Color convert

RGB 223 101 170 -
CMYK 0 0.55 0.24 0.13
HSL 326.07º 0.66% 0.64% -
HSV(B) 326.07º 0.55% 0.87% -
XYZ 42.34 27.9 41.18 -
YUV 145.34 141.92 183.39 -
System Red Green Blue C M Y K H S L
Decimal 223 101 170 0 0.55 0.24 0.13 326.07 0.66 0.64
Hex DF 65 AA 0 37 18 D 146 42 40
Octal 337 145 252 0 67 30 15 506 102 100
Binary 11011111 1100101 10101010 0 110111 11000 1101 101000110 1000010 1000000

Color Harmonies of #DF65AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF65AA

Black with #DF65AA

Text Example


Text Example

White with #DF65AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF65AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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