Html Css Color HEX #DB65FF Heliotrope

📋 copy color: '#DB65FF'

red 219 ◦ green 101 ◦ blue 255

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

Shades of Heliotrope #DB65FF

Tints of Heliotrope #DB65FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.35%

R = 38.09%
G = 17.57%
B = 44.35%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB65FF (or 0xDB65FF) is known color: Heliotrope. HEX triplet: DB, 65 and FF. RGB value is (219,101,255). Sum of RGB (Red+Green+Blue) = 219+101+255=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 101 (39.84% from 255 or 17.57% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB65FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB65FF is #249A00. Grayscale: #999999. Windows color (decimal): -2398721 or 16737755. OLE color: 16737755.

HSL color Cylindrical-coordinate representation of color #DB65FF: hue angle of 285.97º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB65FF is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 101 255 -
CMYK 0.14 0.60 0 0
HSL 285.97º 1% 0.7% -
HSV(B) 285.97º 0.6% 1% -
XYZ 51.92 31.59 97.97 -
YUV 153.84 185.09 174.48 -
System Red Green Blue C M Y K H S L
Decimal 219 101 255 0.14 0.60 0 0 285.97 1 0.7
Hex DB 65 FF E 3C 0 0 11E 64 46
Octal 333 145 377 16 74 0 0 436 144 106
Binary 11011011 1100101 11111111 1110 111100 0 0 100011110 1100100 1000110

Color Harmonies of #DB65FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB65FF

Black with #DB65FF

Text Example


Text Example

White with #DB65FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB65FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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