Html Css Color HEX #D428E6 Psychedelic Purple

📋 copy color: '#D428E6'

red 212 ◦ green 40 ◦ blue 230

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

Shades of Psychedelic Purple #D428E6

Tints of Psychedelic Purple #D428E6

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.3%

 BLUE value IS 230 (90.23% from 255) = 47.72%

R = 43.98%
G = 8.3%
B = 47.72%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D428E6 (or 0xD428E6) is known color: Psychedelic Purple. HEX triplet: D4, 28 and E6. RGB value is (212,40,230). Sum of RGB (Red+Green+Blue) = 212+40+230=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 40 (16.02% from 255 or 8.30% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #D428E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D428E6 is #2BD719. Grayscale: #707070. Windows color (decimal): -2873114 or 15083732. OLE color: 15083732.

HSL color Cylindrical-coordinate representation of color #D428E6: hue angle of 294.32º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D428E6 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 40 230 -
CMYK 0.08 0.83 0 0.10
HSL 294.32º 0.79% 0.53% -
HSV(B) 294.32º 0.83% 0.9% -
XYZ 42.19 21.23 76.74 -
YUV 113.09 193.98 198.55 -
System Red Green Blue C M Y K H S L
Decimal 212 40 230 0.08 0.83 0 0.10 294.32 0.79 0.53
Hex D4 28 E6 8 53 0 A 126 4F 35
Octal 324 50 346 10 123 0 12 446 117 65
Binary 11010100 101000 11100110 1000 1010011 0 1010 100100110 1001111 110101

Color Harmonies of #D428E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D428E6

Black with #D428E6

Text Example


Text Example

White with #D428E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D428E6; }

 p { color: rgb(212,40,230); }

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

background-color css

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

 a { background-color: rgb(212,40,230); }

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

border-color css

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

 span { border-color: rgb(212,40,230); }

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