Html Css Color HEX #DA85EE Heliotrope

📋 copy color: '#DA85EE'

red 218 ◦ green 133 ◦ blue 238

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

Shades of Heliotrope #DA85EE

Tints of Heliotrope #DA85EE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.58%

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

R = 37.01%
G = 22.58%
B = 40.41%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA85EE (or 0xDA85EE) is known color: Heliotrope. HEX triplet: DA, 85 and EE. RGB value is (218,133,238). Sum of RGB (Red+Green+Blue) = 218+133+238=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA85EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA85EE is #257A11. Grayscale: #AAAAAA. Windows color (decimal): -2456082 or 15631834. OLE color: 15631834.

HSL color Cylindrical-coordinate representation of color #DA85EE: hue angle of 288.57º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA85EE is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 133 238 -
CMYK 0.08 0.44 0 0.07
HSL 288.57º 0.76% 0.73% -
HSV(B) 288.57º 0.44% 0.93% -
XYZ 52.73 37.85 85.42 -
YUV 170.39 166.16 161.96 -
System Red Green Blue C M Y K H S L
Decimal 218 133 238 0.08 0.44 0 0.07 288.57 0.76 0.73
Hex DA 85 EE 8 2C 0 7 121 4C 49
Octal 332 205 356 10 54 0 7 441 114 111
Binary 11011010 10000101 11101110 1000 101100 0 111 100100001 1001100 1001001

Color Harmonies of #DA85EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA85EE

Black with #DA85EE

Text Example


Text Example

White with #DA85EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA85EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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