Html Css Color HEX #DB10F0 Psychedelic Purple

📋 copy color: '#DB10F0'

red 219 ◦ green 16 ◦ blue 240

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

Shades of Psychedelic Purple #DB10F0

Tints of Psychedelic Purple #DB10F0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.37%

 BLUE value IS 240 (94.14% from 255) = 50.53%

R = 46.11%
G = 3.37%
B = 50.53%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB10F0 (or 0xDB10F0) is known color: Psychedelic Purple. HEX triplet: DB, 10 and F0. RGB value is (219,16,240). Sum of RGB (Red+Green+Blue) = 219+16+240=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 16 (6.64% from 255 or 3.37% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB10F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB10F0 is #24EF0F. Grayscale: #656565. Windows color (decimal): -2420496 or 15732955. OLE color: 15732955.

HSL color Cylindrical-coordinate representation of color #DB10F0: hue angle of 294.38º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB10F0 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 16 240 -
CMYK 0.09 0.93 0 0.06
HSL 294.38º 0.88% 0.5% -
HSV(B) 294.38º 0.93% 0.94% -
XYZ 45.13 21.72 84.25 -
YUV 102.23 205.75 211.29 -
System Red Green Blue C M Y K H S L
Decimal 219 16 240 0.09 0.93 0 0.06 294.38 0.88 0.5
Hex DB 10 F0 9 5D 0 6 126 58 32
Octal 333 20 360 11 135 0 6 446 130 62
Binary 11011011 10000 11110000 1001 1011101 0 110 100100110 1011000 110010

Color Harmonies of #DB10F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB10F0

Black with #DB10F0

Text Example


Text Example

White with #DB10F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB10F0; }

 p { color: rgb(219,16,240); }

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

background-color css

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

 a { background-color: rgb(219,16,240); }

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

border-color css

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

 span { border-color: rgb(219,16,240); }

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