Html Css Color HEX #DB65EE Heliotrope

📋 copy color: '#DB65EE'

red 219 ◦ green 101 ◦ blue 238

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

Shades of Heliotrope #DB65EE

Tints of Heliotrope #DB65EE

RGB

 RED value IS 219 (85.94% from 255) = 39.25%

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

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

R = 39.25%
G = 18.1%
B = 42.65%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB65EE (or 0xDB65EE) is known color: Heliotrope. HEX triplet: DB, 65 and EE. RGB value is (219,101,238). Sum of RGB (Red+Green+Blue) = 219+101+238=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 101 (39.84% from 255 or 18.10% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB65EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB65EE is #249A11. Grayscale: #979797. Windows color (decimal): -2398738 or 15623643. OLE color: 15623643.

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

Color convert

RGB 219 101 238 -
CMYK 0.08 0.58 0 0.07
HSL 291.68º 0.8% 0.66% -
HSV(B) 291.68º 0.58% 0.93% -
XYZ 49.3 30.54 84.19 -
YUV 151.9 176.59 175.86 -
System Red Green Blue C M Y K H S L
Decimal 219 101 238 0.08 0.58 0 0.07 291.68 0.8 0.66
Hex DB 65 EE 8 3A 0 7 124 50 42
Octal 333 145 356 10 72 0 7 444 120 102
Binary 11011011 1100101 11101110 1000 111010 0 111 100100100 1010000 1000010

Color Harmonies of #DB65EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB65EE

Black with #DB65EE

Text Example


Text Example

White with #DB65EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB65EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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