Html Css Color HEX #DB2CF6 Psychedelic Purple

📋 copy color: '#DB2CF6'

red 219 ◦ green 44 ◦ blue 246

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

Shades of Psychedelic Purple #DB2CF6

Tints of Psychedelic Purple #DB2CF6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.64%

 BLUE value IS 246 (96.48% from 255) = 48.33%

R = 43.03%
G = 8.64%
B = 48.33%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB2CF6 (or 0xDB2CF6) is known color: Psychedelic Purple. HEX triplet: DB, 2C and F6. RGB value is (219,44,246). Sum of RGB (Red+Green+Blue) = 219+44+246=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 44 (17.58% from 255 or 8.64% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB2CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2CF6 is #24D309. Grayscale: #767676. Windows color (decimal): -2413322 or 16133339. OLE color: 16133339.

HSL color Cylindrical-coordinate representation of color #DB2CF6: hue angle of 291.98º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2CF6 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 44 246 -
CMYK 0.11 0.82 0 0.04
HSL 291.98º 0.92% 0.57% -
HSV(B) 291.98º 0.82% 0.96% -
XYZ 46.75 23.52 89.26 -
YUV 119.35 199.48 199.07 -
System Red Green Blue C M Y K H S L
Decimal 219 44 246 0.11 0.82 0 0.04 291.98 0.92 0.57
Hex DB 2C F6 B 52 0 4 124 5C 39
Octal 333 54 366 13 122 0 4 444 134 71
Binary 11011011 101100 11110110 1011 1010010 0 100 100100100 1011100 111001

Color Harmonies of #DB2CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2CF6

Black with #DB2CF6

Text Example


Text Example

White with #DB2CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2CF6; }

 p { color: rgb(219,44,246); }

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

background-color css

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

 a { background-color: rgb(219,44,246); }

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

border-color css

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

 span { border-color: rgb(219,44,246); }

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