Html Css Color HEX #DB2AFD Psychedelic Purple

📋 copy color: '#DB2AFD'

red 219 ◦ green 42 ◦ blue 253

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

Shades of Psychedelic Purple #DB2AFD

Tints of Psychedelic Purple #DB2AFD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.17%

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

R = 42.61%
G = 8.17%
B = 49.22%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB2AFD (or 0xDB2AFD) is known color: Psychedelic Purple. HEX triplet: DB, 2A and FD. RGB value is (219,42,253). Sum of RGB (Red+Green+Blue) = 219+42+253=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 42 (16.80% from 255 or 8.17% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB2AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB2AFD is #24D502. Grayscale: #767676. Windows color (decimal): -2413827 or 16591579. OLE color: 16591579.

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

Color convert

RGB 219 42 253 -
CMYK 0.13 0.83 0 0.01
HSL 290.33º 0.98% 0.58% -
HSV(B) 290.33º 0.83% 0.99% -
XYZ 47.77 23.81 95.01 -
YUV 118.98 203.64 199.34 -
System Red Green Blue C M Y K H S L
Decimal 219 42 253 0.13 0.83 0 0.01 290.33 0.98 0.58
Hex DB 2A FD D 53 0 1 122 62 3A
Octal 333 52 375 15 123 0 1 442 142 72
Binary 11011011 101010 11111101 1101 1010011 0 1 100100010 1100010 111010

Color Harmonies of #DB2AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2AFD

Black with #DB2AFD

Text Example


Text Example

White with #DB2AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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