Html Css Color HEX #DF52FA Heliotrope

📋 copy color: '#DF52FA'

red 223 ◦ green 82 ◦ blue 250

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

Shades of Heliotrope #DF52FA

Tints of Heliotrope #DF52FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.05%

R = 40.18%
G = 14.77%
B = 45.05%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF52FA (or 0xDF52FA) is known color: Heliotrope. HEX triplet: DF, 52 and FA. RGB value is (223,82,250). Sum of RGB (Red+Green+Blue) = 223+82+250=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 82 (32.42% from 255 or 14.77% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF52FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF52FA is #20AD05. Grayscale: #8E8E8E. Windows color (decimal): -2141446 or 16405215. OLE color: 16405215.

HSL color Cylindrical-coordinate representation of color #DF52FA: hue angle of 290.36º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF52FA is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 82 250 -
CMYK 0.11 0.67 0 0.02
HSL 290.36º 0.94% 0.65% -
HSV(B) 290.36º 0.67% 0.98% -
XYZ 50.7 28.62 93.3 -
YUV 143.31 188.21 184.84 -
System Red Green Blue C M Y K H S L
Decimal 223 82 250 0.11 0.67 0 0.02 290.36 0.94 0.65
Hex DF 52 FA B 43 0 2 122 5E 41
Octal 337 122 372 13 103 0 2 442 136 101
Binary 11011111 1010010 11111010 1011 1000011 0 10 100100010 1011110 1000001

Color Harmonies of #DF52FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF52FA

Black with #DF52FA

Text Example


Text Example

White with #DF52FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF52FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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