Html Css Color HEX #DF64FA Heliotrope

📋 copy color: '#DF64FA'

red 223 ◦ green 100 ◦ blue 250

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

Shades of Heliotrope #DF64FA

Tints of Heliotrope #DF64FA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.45%

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

R = 38.92%
G = 17.45%
B = 43.63%

CMYK

 C value IS 0.11

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF64FA (or 0xDF64FA) is known color: Heliotrope. HEX triplet: DF, 64 and FA. RGB value is (223,100,250). Sum of RGB (Red+Green+Blue) = 223+100+250=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 100 (39.45% from 255 or 17.45% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF64FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF64FA is #209B05. Grayscale: #999999. Windows color (decimal): -2136838 or 16409823. OLE color: 16409823.

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

Color convert

RGB 223 100 250 -
CMYK 0.11 0.6 0 0.02
HSL 289.2º 0.94% 0.69% -
HSV(B) 289.2º 0.6% 0.98% -
XYZ 52.24 31.7 93.81 -
YUV 153.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 223 100 250 0.11 0.6 0 0.02 289.2 0.94 0.69
Hex DF 64 FA B 3C 0 2 121 5E 45
Octal 337 144 372 13 74 0 2 441 136 105
Binary 11011111 1100100 11111010 1011 111100 0 10 100100001 1011110 1000101

Color Harmonies of #DF64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF64FA

Black with #DF64FA

Text Example


Text Example

White with #DF64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF64FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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