Html Css Color HEX #DE75EE Heliotrope

📋 copy color: '#DE75EE'

red 222 ◦ green 117 ◦ blue 238

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

Shades of Heliotrope #DE75EE

Tints of Heliotrope #DE75EE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.28%

 BLUE value IS 238 (93.36% from 255) = 41.25%

R = 38.47%
G = 20.28%
B = 41.25%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE75EE (or 0xDE75EE) is known color: Heliotrope. HEX triplet: DE, 75 and EE. RGB value is (222,117,238). Sum of RGB (Red+Green+Blue) = 222+117+238=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 117 (46.09% from 255 or 20.28% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE75EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE75EE is #218A11. Grayscale: #A1A1A1. Windows color (decimal): -2198034 or 15627742. OLE color: 15627742.

HSL color Cylindrical-coordinate representation of color #DE75EE: hue angle of 292.07º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE75EE is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 117 238 -
CMYK 0.07 0.51 0 0.07
HSL 292.07º 0.78% 0.7% -
HSV(B) 292.07º 0.51% 0.93% -
XYZ 51.92 34.43 84.8 -
YUV 162.19 170.79 170.66 -
System Red Green Blue C M Y K H S L
Decimal 222 117 238 0.07 0.51 0 0.07 292.07 0.78 0.7
Hex DE 75 EE 7 33 0 7 124 4E 46
Octal 336 165 356 7 63 0 7 444 116 106
Binary 11011110 1110101 11101110 111 110011 0 111 100100100 1001110 1000110

Color Harmonies of #DE75EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE75EE

Black with #DE75EE

Text Example


Text Example

White with #DE75EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE75EE; }

 p { color: rgb(222,117,238); }

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

background-color css

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

 a { background-color: rgb(222,117,238); }

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

border-color css

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

 span { border-color: rgb(222,117,238); }

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