Html Css Color HEX #D415EA Psychedelic Purple

📋 copy color: '#D415EA'

red 212 ◦ green 21 ◦ blue 234

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

Shades of Psychedelic Purple #D415EA

Tints of Psychedelic Purple #D415EA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.5%

 BLUE value IS 234 (91.8% from 255) = 50.11%

R = 45.4%
G = 4.5%
B = 50.11%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D415EA (or 0xD415EA) is known color: Psychedelic Purple. HEX triplet: D4, 15 and EA. RGB value is (212,21,234). Sum of RGB (Red+Green+Blue) = 212+21+234=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #D415EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D415EA is #2BEA15. Grayscale: #656565. Windows color (decimal): -2877974 or 15341012. OLE color: 15341012.

HSL color Cylindrical-coordinate representation of color #D415EA: hue angle of 293.8º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D415EA is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 21 234 -
CMYK 0.09 0.91 0 0.08
HSL 293.8º 0.84% 0.5% -
HSV(B) 293.8º 0.91% 0.92% -
XYZ 42.27 20.47 79.57 -
YUV 102.39 202.28 206.18 -
System Red Green Blue C M Y K H S L
Decimal 212 21 234 0.09 0.91 0 0.08 293.8 0.84 0.5
Hex D4 15 EA 9 5B 0 8 126 54 32
Octal 324 25 352 11 133 0 10 446 124 62
Binary 11010100 10101 11101010 1001 1011011 0 1000 100100110 1010100 110010

Color Harmonies of #D415EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D415EA

Black with #D415EA

Text Example


Text Example

White with #D415EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D415EA; }

 p { color: rgb(212,21,234); }

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

background-color css

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

 a { background-color: rgb(212,21,234); }

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

border-color css

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

 span { border-color: rgb(212,21,234); }

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