Html Css Color HEX #DB27F9 Psychedelic Purple

📋 copy color: '#DB27F9'

red 219 ◦ green 39 ◦ blue 249

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

Shades of Psychedelic Purple #DB27F9

Tints of Psychedelic Purple #DB27F9

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.69%

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

R = 43.2%
G = 7.69%
B = 49.11%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB27F9 (or 0xDB27F9) is known color: Psychedelic Purple. HEX triplet: DB, 27 and F9. RGB value is (219,39,249). Sum of RGB (Red+Green+Blue) = 219+39+249=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 39 (15.62% from 255 or 7.69% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB27F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB27F9 is #24D806. Grayscale: #747474. Windows color (decimal): -2414599 or 16328667. OLE color: 16328667.

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

Color convert

RGB 219 39 249 -
CMYK 0.12 0.84 0 0.02
HSL 291.43º 0.95% 0.56% -
HSV(B) 291.43º 0.84% 0.98% -
XYZ 47.04 23.35 91.65 -
YUV 116.76 202.63 200.92 -
System Red Green Blue C M Y K H S L
Decimal 219 39 249 0.12 0.84 0 0.02 291.43 0.95 0.56
Hex DB 27 F9 C 54 0 2 123 5F 38
Octal 333 47 371 14 124 0 2 443 137 70
Binary 11011011 100111 11111001 1100 1010100 0 10 100100011 1011111 111000

Color Harmonies of #DB27F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB27F9

Black with #DB27F9

Text Example


Text Example

White with #DB27F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB27F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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