Html Css Color HEX #DE50FD Heliotrope

📋 copy color: '#DE50FD'

red 222 ◦ green 80 ◦ blue 253

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

Shades of Heliotrope #DE50FD

Tints of Heliotrope #DE50FD

RGB

 RED value IS 222 (87.11% from 255) = 40%

 GREEN value IS 80 (31.64% from 255) = 14.41%

 BLUE value IS 253 (99.22% from 255) = 45.59%

R = 40%
G = 14.41%
B = 45.59%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DE50FD (or 0xDE50FD) is known color: Heliotrope. HEX triplet: DE, 50 and FD. RGB value is (222,80,253). Sum of RGB (Red+Green+Blue) = 222+80+253=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 80 (31.64% from 255 or 14.41% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE50FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE50FD is #21AF02. Grayscale: #8D8D8D. Windows color (decimal): -2207491 or 16601310. OLE color: 16601310.

HSL color Cylindrical-coordinate representation of color #DE50FD: hue angle of 289.25º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE50FD is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 80 253 -
CMYK 0.12 0.68 0 0.01
HSL 289.25º 0.98% 0.65% -
HSV(B) 289.25º 0.68% 0.99% -
XYZ 50.72 28.36 95.73 -
YUV 142.18 190.54 184.93 -
System Red Green Blue C M Y K H S L
Decimal 222 80 253 0.12 0.68 0 0.01 289.25 0.98 0.65
Hex DE 50 FD C 44 0 1 121 62 41
Octal 336 120 375 14 104 0 1 441 142 101
Binary 11011110 1010000 11111101 1100 1000100 0 1 100100001 1100010 1000001

Color Harmonies of #DE50FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE50FD

Black with #DE50FD

Text Example


Text Example

White with #DE50FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE50FD; }

 p { color: rgb(222,80,253); }

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

background-color css

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

 a { background-color: rgb(222,80,253); }

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

border-color css

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

 span { border-color: rgb(222,80,253); }

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