Html Css Color HEX #D42EFB Psychedelic Purple

📋 copy color: '#D42EFB'

red 212 ◦ green 46 ◦ blue 251

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

Shades of Psychedelic Purple #D42EFB

Tints of Psychedelic Purple #D42EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 41.65%
G = 9.04%
B = 49.31%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D42EFB (or 0xD42EFB) is known color: Psychedelic Purple. HEX triplet: D4, 2E and FB. RGB value is (212,46,251). Sum of RGB (Red+Green+Blue) = 212+46+251=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 46 (18.36% from 255 or 9.04% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #D42EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42EFB is #2BD104. Grayscale: #767676. Windows color (decimal): -2871557 or 16461524. OLE color: 16461524.

HSL color Cylindrical-coordinate representation of color #D42EFB: hue angle of 288.59º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42EFB is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 46 251 -
CMYK 0.16 0.82 0 0.02
HSL 288.59º 0.96% 0.58% -
HSV(B) 288.59º 0.82% 0.98% -
XYZ 45.54 22.92 93.29 -
YUV 119 202.5 194.33 -
System Red Green Blue C M Y K H S L
Decimal 212 46 251 0.16 0.82 0 0.02 288.59 0.96 0.58
Hex D4 2E FB 10 52 0 2 121 60 3A
Octal 324 56 373 20 122 0 2 441 140 72
Binary 11010100 101110 11111011 10000 1010010 0 10 100100001 1100000 111010

Color Harmonies of #D42EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42EFB

Black with #D42EFB

Text Example


Text Example

White with #D42EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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