Html Css Color HEX #DF52F7 Heliotrope

📋 copy color: '#DF52F7'

red 223 ◦ green 82 ◦ blue 247

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

Shades of Heliotrope #DF52F7

Tints of Heliotrope #DF52F7

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.86%

 BLUE value IS 247 (96.88% from 255) = 44.75%

R = 40.4%
G = 14.86%
B = 44.75%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DF52F7 (or 0xDF52F7) is known color: Heliotrope. HEX triplet: DF, 52 and F7. RGB value is (223,82,247). Sum of RGB (Red+Green+Blue) = 223+82+247=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 82 (32.42% from 255 or 14.86% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF52F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF52F7 is #20AD08. Grayscale: #8E8E8E. Windows color (decimal): -2141449 or 16208607. OLE color: 16208607.

HSL color Cylindrical-coordinate representation of color #DF52F7: hue angle of 291.27º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF52F7 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 223 82 247 -
CMYK 0.10 0.67 0 0.03
HSL 291.27º 0.91% 0.65% -
HSV(B) 291.27º 0.67% 0.97% -
XYZ 50.24 28.44 90.84 -
YUV 142.97 186.71 185.08 -
System Red Green Blue C M Y K H S L
Decimal 223 82 247 0.10 0.67 0 0.03 291.27 0.91 0.65
Hex DF 52 F7 A 43 0 3 123 5B 41
Octal 337 122 367 12 103 0 3 443 133 101
Binary 11011111 1010010 11110111 1010 1000011 0 11 100100011 1011011 1000001

Color Harmonies of #DF52F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF52F7

Black with #DF52F7

Text Example


Text Example

White with #DF52F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF52F7; }

 p { color: rgb(223,82,247); }

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

background-color css

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

 a { background-color: rgb(223,82,247); }

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

border-color css

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

 span { border-color: rgb(223,82,247); }

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