Html Css Color HEX #DF61FE Heliotrope

📋 copy color: '#DF61FE'

red 223 ◦ green 97 ◦ blue 254

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

Shades of Heliotrope #DF61FE

Tints of Heliotrope #DF61FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.9%

 BLUE value IS 254 (99.61% from 255) = 44.25%

R = 38.85%
G = 16.9%
B = 44.25%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DF61FE (or 0xDF61FE) is known color: Heliotrope. HEX triplet: DF, 61 and FE. RGB value is (223,97,254). Sum of RGB (Red+Green+Blue) = 223+97+254=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 97 (38.28% from 255 or 16.90% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF61FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF61FE is #209E01. Grayscale: #989898. Windows color (decimal): -2137602 or 16671199. OLE color: 16671199.

HSL color Cylindrical-coordinate representation of color #DF61FE: hue angle of 288.15º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF61FE is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 223 97 254 -
CMYK 0.12 0.62 0 0.00
HSL 288.15º 0.99% 0.69% -
HSV(B) 288.15º 0.62% 1% -
XYZ 52.6 31.39 97.05 -
YUV 152.57 185.24 178.23 -
System Red Green Blue C M Y K H S L
Decimal 223 97 254 0.12 0.62 0 0.00 288.15 0.99 0.69
Hex DF 61 FE C 3E 0 0 120 63 45
Octal 337 141 376 14 76 0 0 440 143 105
Binary 11011111 1100001 11111110 1100 111110 0 0 100100000 1100011 1000101

Color Harmonies of #DF61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF61FE

Black with #DF61FE

Text Example


Text Example

White with #DF61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF61FE; }

 p { color: rgb(223,97,254); }

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

background-color css

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

 a { background-color: rgb(223,97,254); }

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

border-color css

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

 span { border-color: rgb(223,97,254); }

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