Html Css Color HEX #D304EB Psychedelic Purple

📋 copy color: '#D304EB'

red 211 ◦ green 4 ◦ blue 235

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

Shades of Psychedelic Purple #D304EB

Tints of Psychedelic Purple #D304EB

RGB

 RED value IS 211 (82.81% from 255) = 46.89%

 GREEN value IS 4 (1.95% from 255) = 0.89%

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 46.89%
G = 0.89%
B = 52.22%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D304EB (or 0xD304EB) is known color: Psychedelic Purple. HEX triplet: D3, 04 and EB. RGB value is (211,4,235). Sum of RGB (Red+Green+Blue) = 211+4+235=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 4 (1.95% from 255 or 0.89% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #D304EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D304EB is #2CFB14. Grayscale: #5B5B5B. Windows color (decimal): -2947861 or 15402195. OLE color: 15402195.

HSL color Cylindrical-coordinate representation of color #D304EB: hue angle of 293.77º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D304EB is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 4 235 -
CMYK 0.10 0.98 0 0.08
HSL 293.77º 0.97% 0.47% -
HSV(B) 293.77º 0.98% 0.92% -
XYZ 41.9 19.93 80.24 -
YUV 92.23 208.58 212.72 -
System Red Green Blue C M Y K H S L
Decimal 211 4 235 0.10 0.98 0 0.08 293.77 0.97 0.47
Hex D3 4 EB A 62 0 8 126 61 2F
Octal 323 4 353 12 142 0 10 446 141 57
Binary 11010011 100 11101011 1010 1100010 0 1000 100100110 1100001 101111

Color Harmonies of #D304EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D304EB

Black with #D304EB

Text Example


Text Example

White with #D304EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D304EB; }

 p { color: rgb(211,4,235); }

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

background-color css

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

 a { background-color: rgb(211,4,235); }

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

border-color css

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

 span { border-color: rgb(211,4,235); }

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