Html Css Color HEX #DB2FFD Psychedelic Purple

📋 copy color: '#DB2FFD'

red 219 ◦ green 47 ◦ blue 253

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

Shades of Psychedelic Purple #DB2FFD

Tints of Psychedelic Purple #DB2FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.06%

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

R = 42.2%
G = 9.06%
B = 48.75%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB2FFD (or 0xDB2FFD) is known color: Psychedelic Purple. HEX triplet: DB, 2F and FD. RGB value is (219,47,253). Sum of RGB (Red+Green+Blue) = 219+47+253=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 47 (18.75% from 255 or 9.06% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB2FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2FFD is #24D002. Grayscale: #797979. Windows color (decimal): -2412547 or 16592859. OLE color: 16592859.

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

Color convert

RGB 219 47 253 -
CMYK 0.13 0.81 0 0.01
HSL 290.1º 0.98% 0.59% -
HSV(B) 290.1º 0.81% 0.99% -
XYZ 47.96 24.18 95.07 -
YUV 121.91 201.98 197.25 -
System Red Green Blue C M Y K H S L
Decimal 219 47 253 0.13 0.81 0 0.01 290.1 0.98 0.59
Hex DB 2F FD D 51 0 1 122 62 3B
Octal 333 57 375 15 121 0 1 442 142 73
Binary 11011011 101111 11111101 1101 1010001 0 1 100100010 1100010 111011

Color Harmonies of #DB2FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2FFD

Black with #DB2FFD

Text Example


Text Example

White with #DB2FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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