Html Css Color HEX #DF72FA Heliotrope

📋 copy color: '#DF72FA'

red 223 ◦ green 114 ◦ blue 250

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

Shades of Heliotrope #DF72FA

Tints of Heliotrope #DF72FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.42%

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

R = 37.99%
G = 19.42%
B = 42.59%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF72FA (or 0xDF72FA) is known color: Heliotrope. HEX triplet: DF, 72 and FA. RGB value is (223,114,250). Sum of RGB (Red+Green+Blue) = 223+114+250=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 114 (44.92% from 255 or 19.42% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF72FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF72FA is #208D05. Grayscale: #A1A1A1. Windows color (decimal): -2133254 or 16413407. OLE color: 16413407.

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

Color convert

RGB 223 114 250 -
CMYK 0.11 0.54 0 0.02
HSL 288.09º 0.93% 0.71% -
HSV(B) 288.09º 0.54% 0.98% -
XYZ 53.7 34.62 94.3 -
YUV 162.1 177.61 171.44 -
System Red Green Blue C M Y K H S L
Decimal 223 114 250 0.11 0.54 0 0.02 288.09 0.93 0.71
Hex DF 72 FA B 36 0 2 120 5D 47
Octal 337 162 372 13 66 0 2 440 135 107
Binary 11011111 1110010 11111010 1011 110110 0 10 100100000 1011101 1000111

Color Harmonies of #DF72FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF72FA

Black with #DF72FA

Text Example


Text Example

White with #DF72FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF72FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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