Html Css Color HEX #DF52FF Heliotrope

📋 copy color: '#DF52FF'

red 223 ◦ green 82 ◦ blue 255

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

Shades of Heliotrope #DF52FF

Tints of Heliotrope #DF52FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.54%

R = 39.82%
G = 14.64%
B = 45.54%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DF52FF (or 0xDF52FF) is known color: Heliotrope. HEX triplet: DF, 52 and FF. RGB value is (223,82,255). Sum of RGB (Red+Green+Blue) = 223+82+255=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 82 (32.42% from 255 or 14.64% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF52FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF52FF is #20AD00. Grayscale: #8F8F8F. Windows color (decimal): -2141441 or 16732895. OLE color: 16732895.

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

Color convert

RGB 223 82 255 -
CMYK 0.13 0.68 0 0
HSL 288.9º 1% 0.66% -
HSV(B) 288.9º 0.68% 1% -
XYZ 51.5 28.94 97.48 -
YUV 143.88 190.71 184.43 -
System Red Green Blue C M Y K H S L
Decimal 223 82 255 0.13 0.68 0 0 288.9 1 0.66
Hex DF 52 FF D 44 0 0 121 64 42
Octal 337 122 377 15 104 0 0 441 144 102
Binary 11011111 1010010 11111111 1101 1000100 0 0 100100001 1100100 1000010

Color Harmonies of #DF52FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF52FF

Black with #DF52FF

Text Example


Text Example

White with #DF52FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF52FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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