Html Css Color HEX #D402EE Psychedelic Purple

📋 copy color: '#D402EE'

red 212 ◦ green 2 ◦ blue 238

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

Shades of Psychedelic Purple #D402EE

Tints of Psychedelic Purple #D402EE

RGB

 RED value IS 212 (83.2% from 255) = 46.9%

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

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

R = 46.9%
G = 0.44%
B = 52.65%

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

#D402EE (or 0xD402EE) is known color: Psychedelic Purple. HEX triplet: D4, 02 and EE. RGB value is (212,2,238). Sum of RGB (Red+Green+Blue) = 212+2+238=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 2 (1.17% from 255 or 0.44% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #D402EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D402EE is #2BFD11. Grayscale: #5A5A5A. Windows color (decimal): -2882834 or 15598292. OLE color: 15598292.

HSL color Cylindrical-coordinate representation of color #D402EE: hue angle of 293.39º 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 #D402EE is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 2 238 -
CMYK 0.11 0.99 0 0.07
HSL 293.39º 0.98% 0.47% -
HSV(B) 293.39º 0.99% 0.93% -
XYZ 42.61 20.21 82.54 -
YUV 91.69 210.57 213.81 -
System Red Green Blue C M Y K H S L
Decimal 212 2 238 0.11 0.99 0 0.07 293.39 0.98 0.47
Hex D4 2 EE B 63 0 7 125 62 2F
Octal 324 2 356 13 143 0 7 445 142 57
Binary 11010100 10 11101110 1011 1100011 0 111 100100101 1100010 101111

Color Harmonies of #D402EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D402EE

Black with #D402EE

Text Example


Text Example

White with #D402EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D402EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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