Html Css Color HEX #DB6CEA Heliotrope

📋 copy color: '#DB6CEA'

red 219 ◦ green 108 ◦ blue 234

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

Shades of Heliotrope #DB6CEA

Tints of Heliotrope #DB6CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 39.04%
G = 19.25%
B = 41.71%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB6CEA (or 0xDB6CEA) is known color: Heliotrope. HEX triplet: DB, 6C and EA. RGB value is (219,108,234). Sum of RGB (Red+Green+Blue) = 219+108+234=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 108 (42.58% from 255 or 19.25% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB6CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6CEA is #249315. Grayscale: #9B9B9B. Windows color (decimal): -2396950 or 15363291. OLE color: 15363291.

HSL color Cylindrical-coordinate representation of color #DB6CEA: hue angle of 292.86º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6CEA is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 108 234 -
CMYK 0.06 0.54 0 0.08
HSL 292.86º 0.75% 0.67% -
HSV(B) 292.86º 0.54% 0.92% -
XYZ 49.43 31.73 81.36 -
YUV 155.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 219 108 234 0.06 0.54 0 0.08 292.86 0.75 0.67
Hex DB 6C EA 6 36 0 8 125 4B 43
Octal 333 154 352 6 66 0 10 445 113 103
Binary 11011011 1101100 11101010 110 110110 0 1000 100100101 1001011 1000011

Color Harmonies of #DB6CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6CEA

Black with #DB6CEA

Text Example


Text Example

White with #DB6CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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