Html Css Color HEX #DE65FA Heliotrope

📋 copy color: '#DE65FA'

red 222 ◦ green 101 ◦ blue 250

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

Shades of Heliotrope #DE65FA

Tints of Heliotrope #DE65FA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.63%

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

R = 38.74%
G = 17.63%
B = 43.63%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DE65FA (or 0xDE65FA) is known color: Heliotrope. HEX triplet: DE, 65 and FA. RGB value is (222,101,250). Sum of RGB (Red+Green+Blue) = 222+101+250=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 101 (39.84% from 255 or 17.63% 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 #DE65FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE65FA is #219A05. Grayscale: #999999. Windows color (decimal): -2202118 or 16410078. OLE color: 16410078.

HSL color Cylindrical-coordinate representation of color #DE65FA: hue angle of 288.72º 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 #DE65FA is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 101 250 -
CMYK 0.11 0.60 0 0.02
HSL 288.72º 0.94% 0.69% -
HSV(B) 288.72º 0.6% 0.98% -
XYZ 52.03 31.74 93.83 -
YUV 154.17 182.09 176.38 -
System Red Green Blue C M Y K H S L
Decimal 222 101 250 0.11 0.60 0 0.02 288.72 0.94 0.69
Hex DE 65 FA B 3C 0 2 121 5E 45
Octal 336 145 372 13 74 0 2 441 136 105
Binary 11011110 1100101 11111010 1011 111100 0 10 100100001 1011110 1000101

Color Harmonies of #DE65FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE65FA

Black with #DE65FA

Text Example


Text Example

White with #DE65FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE65FA; }

 p { color: rgb(222,101,250); }

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

background-color css

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

 a { background-color: rgb(222,101,250); }

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

border-color css

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

 span { border-color: rgb(222,101,250); }

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