Html Css Color HEX #D05AEE Heliotrope

📋 copy color: '#D05AEE'

red 208 ◦ green 90 ◦ blue 238

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

Shades of Heliotrope #D05AEE

Tints of Heliotrope #D05AEE

RGB

 RED value IS 208 (81.64% from 255) = 38.81%

 GREEN value IS 90 (35.55% from 255) = 16.79%

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

R = 38.81%
G = 16.79%
B = 44.4%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D05AEE (or 0xD05AEE) is known color: Heliotrope. HEX triplet: D0, 5A and EE. RGB value is (208,90,238). Sum of RGB (Red+Green+Blue) = 208+90+238=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 90 (35.55% from 255 or 16.79% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #D05AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05AEE is #2FA511. Grayscale: #8D8D8D. Windows color (decimal): -3122450 or 15620816. OLE color: 15620816.

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

Color convert

RGB 208 90 238 -
CMYK 0.13 0.62 0 0.07
HSL 287.84º 0.81% 0.64% -
HSV(B) 287.84º 0.62% 0.93% -
XYZ 45.1 26.9 83.7 -
YUV 142.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 208 90 238 0.13 0.62 0 0.07 287.84 0.81 0.64
Hex D0 5A EE D 3E 0 7 120 51 40
Octal 320 132 356 15 76 0 7 440 121 100
Binary 11010000 1011010 11101110 1101 111110 0 111 100100000 1010001 1000000

Color Harmonies of #D05AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05AEE

Black with #D05AEE

Text Example


Text Example

White with #D05AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05AEE; }

 p { color: rgb(208,90,238); }

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

background-color css

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

 a { background-color: rgb(208,90,238); }

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

border-color css

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

 span { border-color: rgb(208,90,238); }

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