Html Css Color HEX #DB68F1 Heliotrope

📋 copy color: '#DB68F1'

red 219 ◦ green 104 ◦ blue 241

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

Shades of Heliotrope #DB68F1

Tints of Heliotrope #DB68F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.73%

R = 38.83%
G = 18.44%
B = 42.73%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB68F1 (or 0xDB68F1) is known color: Heliotrope. HEX triplet: DB, 68 and F1. RGB value is (219,104,241). Sum of RGB (Red+Green+Blue) = 219+104+241=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 104 (41.02% from 255 or 18.44% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB68F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB68F1 is #24970E. Grayscale: #999999. Windows color (decimal): -2397967 or 15821019. OLE color: 15821019.

HSL color Cylindrical-coordinate representation of color #DB68F1: hue angle of 290.36º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB68F1 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 104 241 -
CMYK 0.09 0.57 0 0.05
HSL 290.37º 0.83% 0.68% -
HSV(B) 290.37º 0.57% 0.95% -
XYZ 50.04 31.31 86.63 -
YUV 154 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 219 104 241 0.09 0.57 0 0.05 290.37 0.83 0.68
Hex DB 68 F1 9 39 0 5 122 53 44
Octal 333 150 361 11 71 0 5 442 123 104
Binary 11011011 1101000 11110001 1001 111001 0 101 100100010 1010011 1000100

Color Harmonies of #DB68F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68F1

Black with #DB68F1

Text Example


Text Example

White with #DB68F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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