Html Css Color HEX #DE48FF Heliotrope

📋 copy color: '#DE48FF'

red 222 ◦ green 72 ◦ blue 255

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

Shades of Heliotrope #DE48FF

Tints of Heliotrope #DE48FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.11%

 BLUE value IS 255 (100% from 255) = 46.45%

R = 40.44%
G = 13.11%
B = 46.45%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DE48FF (or 0xDE48FF) is known color: Heliotrope. HEX triplet: DE, 48 and FF. RGB value is (222,72,255). Sum of RGB (Red+Green+Blue) = 222+72+255=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 72 (28.52% from 255 or 13.11% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE48FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE48FF is #21B700. Grayscale: #898989. Windows color (decimal): -2209537 or 16730334. OLE color: 16730334.

HSL color Cylindrical-coordinate representation of color #DE48FF: hue angle of 289.18º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE48FF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 222 72 255 -
CMYK 0.13 0.72 0 0
HSL 289.18º 1% 0.64% -
HSV(B) 289.18º 0.72% 1% -
XYZ 50.49 27.38 97.23 -
YUV 137.71 194.2 188.12 -
System Red Green Blue C M Y K H S L
Decimal 222 72 255 0.13 0.72 0 0 289.18 1 0.64
Hex DE 48 FF D 48 0 0 121 64 40
Octal 336 110 377 15 110 0 0 441 144 100
Binary 11011110 1001000 11111111 1101 1001000 0 0 100100001 1100100 1000000

Color Harmonies of #DE48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE48FF

Black with #DE48FF

Text Example


Text Example

White with #DE48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE48FF; }

 p { color: rgb(222,72,255); }

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

background-color css

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

 a { background-color: rgb(222,72,255); }

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

border-color css

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

 span { border-color: rgb(222,72,255); }

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