Html Css Color HEX #DB27F8 Psychedelic Purple

📋 copy color: '#DB27F8'

red 219 ◦ green 39 ◦ blue 248

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

Shades of Psychedelic Purple #DB27F8

Tints of Psychedelic Purple #DB27F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.01%

R = 43.28%
G = 7.71%
B = 49.01%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DB27F8 (or 0xDB27F8) is known color: Psychedelic Purple. HEX triplet: DB, 27 and F8. RGB value is (219,39,248). Sum of RGB (Red+Green+Blue) = 219+39+248=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 39 (15.62% from 255 or 7.71% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB27F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB27F8 is #24D807. Grayscale: #737373. Windows color (decimal): -2414600 or 16263131. OLE color: 16263131.

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

Color convert

RGB 219 39 248 -
CMYK 0.12 0.84 0 0.03
HSL 291.67º 0.94% 0.56% -
HSV(B) 291.67º 0.84% 0.97% -
XYZ 46.88 23.29 90.83 -
YUV 116.65 202.13 201.01 -
System Red Green Blue C M Y K H S L
Decimal 219 39 248 0.12 0.84 0 0.03 291.67 0.94 0.56
Hex DB 27 F8 C 54 0 3 124 5E 38
Octal 333 47 370 14 124 0 3 444 136 70
Binary 11011011 100111 11111000 1100 1010100 0 11 100100100 1011110 111000

Color Harmonies of #DB27F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB27F8

Black with #DB27F8

Text Example


Text Example

White with #DB27F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB27F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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