Html Css Color HEX #D302EE Psychedelic Purple

📋 copy color: '#D302EE'

red 211 ◦ green 2 ◦ blue 238

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

Shades of Psychedelic Purple #D302EE

Tints of Psychedelic Purple #D302EE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

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

R = 46.78%
G = 0.44%
B = 52.77%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D302EE (or 0xD302EE) is known color: Psychedelic Purple. HEX triplet: D3, 02 and EE. RGB value is (211,2,238). Sum of RGB (Red+Green+Blue) = 211+2+238=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 2 (1.17% from 255 or 0.44% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #D302EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D302EE is #2CFD11. Grayscale: #5A5A5A. Windows color (decimal): -2948370 or 15598291. OLE color: 15598291.

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

Color convert

RGB 211 2 238 -
CMYK 0.11 0.99 0 0.07
HSL 293.14º 0.98% 0.47% -
HSV(B) 293.14º 0.99% 0.93% -
XYZ 42.32 20.07 82.53 -
YUV 91.4 210.74 213.31 -
System Red Green Blue C M Y K H S L
Decimal 211 2 238 0.11 0.99 0 0.07 293.14 0.98 0.47
Hex D3 2 EE B 63 0 7 125 62 2F
Octal 323 2 356 13 143 0 7 445 142 57
Binary 11010011 10 11101110 1011 1100011 0 111 100100101 1100010 101111

Color Harmonies of #D302EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D302EE

Black with #D302EE

Text Example


Text Example

White with #D302EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D302EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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