Html Css Color HEX #DB6CF2 Heliotrope

📋 copy color: '#DB6CF2'

red 219 ◦ green 108 ◦ blue 242

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

Shades of Heliotrope #DB6CF2

Tints of Heliotrope #DB6CF2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.98%

 BLUE value IS 242 (94.92% from 255) = 42.53%

R = 38.49%
G = 18.98%
B = 42.53%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB6CF2 (or 0xDB6CF2) is known color: Heliotrope. HEX triplet: DB, 6C and F2. RGB value is (219,108,242). Sum of RGB (Red+Green+Blue) = 219+108+242=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 108 (42.58% from 255 or 18.98% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB6CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6CF2 is #24930D. Grayscale: #9C9C9C. Windows color (decimal): -2396942 or 15887579. OLE color: 15887579.

HSL color Cylindrical-coordinate representation of color #DB6CF2: hue angle of 289.7º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6CF2 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 108 242 -
CMYK 0.10 0.55 0 0.05
HSL 289.7º 0.84% 0.69% -
HSV(B) 289.7º 0.55% 0.95% -
XYZ 50.6 32.2 87.55 -
YUV 156.47 176.27 172.6 -
System Red Green Blue C M Y K H S L
Decimal 219 108 242 0.10 0.55 0 0.05 289.7 0.84 0.69
Hex DB 6C F2 A 37 0 5 122 54 45
Octal 333 154 362 12 67 0 5 442 124 105
Binary 11011011 1101100 11110010 1010 110111 0 101 100100010 1010100 1000101

Color Harmonies of #DB6CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6CF2

Black with #DB6CF2

Text Example


Text Example

White with #DB6CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6CF2; }

 p { color: rgb(219,108,242); }

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

background-color css

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

 a { background-color: rgb(219,108,242); }

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

border-color css

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

 span { border-color: rgb(219,108,242); }

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