Html Css Color HEX #DB1CF9 Psychedelic Purple

📋 copy color: '#DB1CF9'

red 219 ◦ green 28 ◦ blue 249

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

Shades of Psychedelic Purple #DB1CF9

Tints of Psychedelic Purple #DB1CF9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.65%

 BLUE value IS 249 (97.66% from 255) = 50.2%

R = 44.15%
G = 5.65%
B = 50.2%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB1CF9 (or 0xDB1CF9) is known color: Psychedelic Purple. HEX triplet: DB, 1C and F9. RGB value is (219,28,249). Sum of RGB (Red+Green+Blue) = 219+28+249=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 28 (11.33% from 255 or 5.65% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB1CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1CF9 is #24E306. Grayscale: #6D6D6D. Windows color (decimal): -2417415 or 16325851. OLE color: 16325851.

HSL color Cylindrical-coordinate representation of color #DB1CF9: hue angle of 291.86º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1CF9 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 28 249 -
CMYK 0.12 0.89 0 0.02
HSL 291.86º 0.95% 0.54% -
HSV(B) 291.86º 0.89% 0.98% -
XYZ 46.73 22.73 91.55 -
YUV 110.3 206.28 205.53 -
System Red Green Blue C M Y K H S L
Decimal 219 28 249 0.12 0.89 0 0.02 291.86 0.95 0.54
Hex DB 1C F9 C 59 0 2 124 5F 36
Octal 333 34 371 14 131 0 2 444 137 66
Binary 11011011 11100 11111001 1100 1011001 0 10 100100100 1011111 110110

Color Harmonies of #DB1CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1CF9

Black with #DB1CF9

Text Example


Text Example

White with #DB1CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1CF9; }

 p { color: rgb(219,28,249); }

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

background-color css

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

 a { background-color: rgb(219,28,249); }

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

border-color css

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

 span { border-color: rgb(219,28,249); }

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