Html Css Color HEX #D304EE Psychedelic Purple

📋 copy color: '#D304EE'

red 211 ◦ green 4 ◦ blue 238

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

Shades of Psychedelic Purple #D304EE

Tints of Psychedelic Purple #D304EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.54%

R = 46.58%
G = 0.88%
B = 52.54%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D304EE (or 0xD304EE) is known color: Psychedelic Purple. HEX triplet: D3, 04 and EE. RGB value is (211,4,238). Sum of RGB (Red+Green+Blue) = 211+4+238=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 4 (1.95% from 255 or 0.88% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #D304EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D304EE is #2CFB11. Grayscale: #5B5B5B. Windows color (decimal): -2947858 or 15598803. OLE color: 15598803.

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

Color convert

RGB 211 4 238 -
CMYK 0.11 0.98 0 0.07
HSL 293.08º 0.97% 0.47% -
HSV(B) 293.08º 0.98% 0.93% -
XYZ 42.34 20.11 82.54 -
YUV 92.57 210.08 212.47 -
System Red Green Blue C M Y K H S L
Decimal 211 4 238 0.11 0.98 0 0.07 293.08 0.97 0.47
Hex D3 4 EE B 62 0 7 125 61 2F
Octal 323 4 356 13 142 0 7 445 141 57
Binary 11010011 100 11101110 1011 1100010 0 111 100100101 1100001 101111

Color Harmonies of #D304EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D304EE

Black with #D304EE

Text Example


Text Example

White with #D304EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D304EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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