Html Css Color HEX #DB0AF2 Psychedelic Purple

📋 copy color: '#DB0AF2'

red 219 ◦ green 10 ◦ blue 242

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

Shades of Psychedelic Purple #DB0AF2

Tints of Psychedelic Purple #DB0AF2

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.12%

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

R = 46.5%
G = 2.12%
B = 51.38%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB0AF2 (or 0xDB0AF2) is known color: Psychedelic Purple. HEX triplet: DB, 0A and F2. RGB value is (219,10,242). Sum of RGB (Red+Green+Blue) = 219+10+242=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 10 (4.30% from 255 or 2.12% from 471); Blue value is 242 (94.92% from 255 or 51.38% from 471); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB0AF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0AF2 is #24F50D. Grayscale: #626262. Windows color (decimal): -2422030 or 15862491. OLE color: 15862491.

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

Color convert

RGB 219 10 242 -
CMYK 0.10 0.96 0 0.05
HSL 294.05º 0.92% 0.49% -
HSV(B) 294.05º 0.96% 0.95% -
XYZ 45.35 21.69 85.8 -
YUV 98.94 208.74 213.64 -
System Red Green Blue C M Y K H S L
Decimal 219 10 242 0.10 0.96 0 0.05 294.05 0.92 0.49
Hex DB A F2 A 60 0 5 126 5C 31
Octal 333 12 362 12 140 0 5 446 134 61
Binary 11011011 1010 11110010 1010 1100000 0 101 100100110 1011100 110001

Color Harmonies of #DB0AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0AF2

Black with #DB0AF2

Text Example


Text Example

White with #DB0AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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