Html Css Color HEX #DB65FA Heliotrope

📋 copy color: '#DB65FA'

red 219 ◦ green 101 ◦ blue 250

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

Shades of Heliotrope #DB65FA

Tints of Heliotrope #DB65FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 38.42%
G = 17.72%
B = 43.86%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB65FA (or 0xDB65FA) is known color: Heliotrope. HEX triplet: DB, 65 and FA. RGB value is (219,101,250). Sum of RGB (Red+Green+Blue) = 219+101+250=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 101 (39.84% from 255 or 17.72% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB65FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB65FA is #249A05. Grayscale: #989898. Windows color (decimal): -2398726 or 16410075. OLE color: 16410075.

HSL color Cylindrical-coordinate representation of color #DB65FA: hue angle of 287.52º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB65FA is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 101 250 -
CMYK 0.12 0.60 0 0.02
HSL 287.52º 0.94% 0.69% -
HSV(B) 287.52º 0.6% 0.98% -
XYZ 51.12 31.27 93.78 -
YUV 153.27 182.59 174.88 -
System Red Green Blue C M Y K H S L
Decimal 219 101 250 0.12 0.60 0 0.02 287.52 0.94 0.69
Hex DB 65 FA C 3C 0 2 120 5E 45
Octal 333 145 372 14 74 0 2 440 136 105
Binary 11011011 1100101 11111010 1100 111100 0 10 100100000 1011110 1000101

Color Harmonies of #DB65FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB65FA

Black with #DB65FA

Text Example


Text Example

White with #DB65FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB65FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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