Html Css Color HEX #DA75EE Heliotrope

📋 copy color: '#DA75EE'

red 218 ◦ green 117 ◦ blue 238

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

Shades of Heliotrope #DA75EE

Tints of Heliotrope #DA75EE

RGB

 RED value IS 218 (85.55% from 255) = 38.05%

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

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

R = 38.05%
G = 20.42%
B = 41.54%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA75EE (or 0xDA75EE) is known color: Heliotrope. HEX triplet: DA, 75 and EE. RGB value is (218,117,238). Sum of RGB (Red+Green+Blue) = 218+117+238=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA75EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA75EE is #258A11. Grayscale: #A0A0A0. Windows color (decimal): -2460178 or 15627738. OLE color: 15627738.

HSL color Cylindrical-coordinate representation of color #DA75EE: hue angle of 290.08º 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 #DA75EE is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 117 238 -
CMYK 0.08 0.51 0 0.07
HSL 290.08º 0.78% 0.7% -
HSV(B) 290.08º 0.51% 0.93% -
XYZ 50.71 33.8 84.74 -
YUV 160.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 218 117 238 0.08 0.51 0 0.07 290.08 0.78 0.7
Hex DA 75 EE 8 33 0 7 122 4E 46
Octal 332 165 356 10 63 0 7 442 116 106
Binary 11011010 1110101 11101110 1000 110011 0 111 100100010 1001110 1000110

Color Harmonies of #DA75EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75EE

Black with #DA75EE

Text Example


Text Example

White with #DA75EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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