Html Css Color HEX #D42EEB Psychedelic Purple

📋 copy color: '#D42EEB'

red 212 ◦ green 46 ◦ blue 235

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

Shades of Psychedelic Purple #D42EEB

Tints of Psychedelic Purple #D42EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.33%

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

R = 43%
G = 9.33%
B = 47.67%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D42EEB (or 0xD42EEB) is known color: Psychedelic Purple. HEX triplet: D4, 2E and EB. RGB value is (212,46,235). Sum of RGB (Red+Green+Blue) = 212+46+235=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 46 (18.36% from 255 or 9.33% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #D42EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42EEB is #2BD114. Grayscale: #747474. Windows color (decimal): -2871573 or 15412948. OLE color: 15412948.

HSL color Cylindrical-coordinate representation of color #D42EEB: hue angle of 292.7º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42EEB is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 46 235 -
CMYK 0.10 0.80 0 0.08
HSL 292.7º 0.83% 0.55% -
HSV(B) 292.7º 0.8% 0.92% -
XYZ 43.12 21.95 80.56 -
YUV 117.18 194.5 195.63 -
System Red Green Blue C M Y K H S L
Decimal 212 46 235 0.10 0.80 0 0.08 292.7 0.83 0.55
Hex D4 2E EB A 50 0 8 125 53 37
Octal 324 56 353 12 120 0 10 445 123 67
Binary 11010100 101110 11101011 1010 1010000 0 1000 100100101 1010011 110111

Color Harmonies of #D42EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42EEB

Black with #D42EEB

Text Example


Text Example

White with #D42EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42EEB; }

 p { color: rgb(212,46,235); }

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

background-color css

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

 a { background-color: rgb(212,46,235); }

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

border-color css

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

 span { border-color: rgb(212,46,235); }

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