Html Css Color HEX #DB68FD Heliotrope

📋 copy color: '#DB68FD'

red 219 ◦ green 104 ◦ blue 253

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

Shades of Heliotrope #DB68FD

Tints of Heliotrope #DB68FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.06%

 BLUE value IS 253 (99.22% from 255) = 43.92%

R = 38.02%
G = 18.06%
B = 43.92%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB68FD (or 0xDB68FD) is known color: Heliotrope. HEX triplet: DB, 68 and FD. RGB value is (219,104,253). Sum of RGB (Red+Green+Blue) = 219+104+253=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 104 (41.02% from 255 or 18.06% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB68FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB68FD is #249702. Grayscale: #9A9A9A. Windows color (decimal): -2397955 or 16607451. OLE color: 16607451.

HSL color Cylindrical-coordinate representation of color #DB68FD: hue angle of 286.31º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB68FD is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 104 253 -
CMYK 0.13 0.59 0 0.01
HSL 286.31º 0.97% 0.7% -
HSV(B) 286.31º 0.59% 0.99% -
XYZ 51.89 32.05 96.38 -
YUV 155.37 183.1 173.38 -
System Red Green Blue C M Y K H S L
Decimal 219 104 253 0.13 0.59 0 0.01 286.31 0.97 0.7
Hex DB 68 FD D 3B 0 1 11E 61 46
Octal 333 150 375 15 73 0 1 436 141 106
Binary 11011011 1101000 11111101 1101 111011 0 1 100011110 1100001 1000110

Color Harmonies of #DB68FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68FD

Black with #DB68FD

Text Example


Text Example

White with #DB68FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68FD; }

 p { color: rgb(219,104,253); }

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

background-color css

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

 a { background-color: rgb(219,104,253); }

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

border-color css

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

 span { border-color: rgb(219,104,253); }

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