Html Css Color HEX #D065EF Heliotrope

📋 copy color: '#D065EF'

red 208 ◦ green 101 ◦ blue 239

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

Shades of Heliotrope #D065EF

Tints of Heliotrope #D065EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.61%

R = 37.96%
G = 18.43%
B = 43.61%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D065EF (or 0xD065EF) is known color: Heliotrope. HEX triplet: D0, 65 and EF. RGB value is (208,101,239). Sum of RGB (Red+Green+Blue) = 208+101+239=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #D065EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D065EF is #2F9A10. Grayscale: #949494. Windows color (decimal): -3119633 or 15689168. OLE color: 15689168.

HSL color Cylindrical-coordinate representation of color #D065EF: hue angle of 286.52º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D065EF is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 101 239 -
CMYK 0.13 0.58 0 0.06
HSL 286.52º 0.81% 0.67% -
HSV(B) 286.52º 0.58% 0.94% -
XYZ 46.25 28.95 84.81 -
YUV 148.73 178.95 170.28 -
System Red Green Blue C M Y K H S L
Decimal 208 101 239 0.13 0.58 0 0.06 286.52 0.81 0.67
Hex D0 65 EF D 3A 0 6 11F 51 43
Octal 320 145 357 15 72 0 6 437 121 103
Binary 11010000 1100101 11101111 1101 111010 0 110 100011111 1010001 1000011

Color Harmonies of #D065EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065EF

Black with #D065EF

Text Example


Text Example

White with #D065EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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