Html Css Color HEX #D065EE Heliotrope

📋 copy color: '#D065EE'

red 208 ◦ green 101 ◦ blue 238

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

Shades of Heliotrope #D065EE

Tints of Heliotrope #D065EE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.46%

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

R = 38.03%
G = 18.46%
B = 43.51%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D065EE (or 0xD065EE) is known color: Heliotrope. HEX triplet: D0, 65 and EE. RGB value is (208,101,238). Sum of RGB (Red+Green+Blue) = 208+101+238=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #D065EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D065EE is #2F9A11. Grayscale: #949494. Windows color (decimal): -3119634 or 15623632. OLE color: 15623632.

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

Color convert

RGB 208 101 238 -
CMYK 0.13 0.58 0 0.07
HSL 286.86º 0.8% 0.66% -
HSV(B) 286.86º 0.58% 0.93% -
XYZ 46.1 28.89 84.04 -
YUV 148.61 178.45 170.36 -
System Red Green Blue C M Y K H S L
Decimal 208 101 238 0.13 0.58 0 0.07 286.86 0.8 0.66
Hex D0 65 EE D 3A 0 7 11F 50 42
Octal 320 145 356 15 72 0 7 437 120 102
Binary 11010000 1100101 11101110 1101 111010 0 111 100011111 1010000 1000010

Color Harmonies of #D065EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065EE

Black with #D065EE

Text Example


Text Example

White with #D065EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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