Html Css Color HEX #D42AE6 Psychedelic Purple

📋 copy color: '#D42AE6'

red 212 ◦ green 42 ◦ blue 230

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

Shades of Psychedelic Purple #D42AE6

Tints of Psychedelic Purple #D42AE6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.68%

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

R = 43.8%
G = 8.68%
B = 47.52%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D42AE6 (or 0xD42AE6) is known color: Psychedelic Purple. HEX triplet: D4, 2A and E6. RGB value is (212,42,230). Sum of RGB (Red+Green+Blue) = 212+42+230=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 42 (16.80% from 255 or 8.68% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #D42AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42AE6 is #2BD519. Grayscale: #717171. Windows color (decimal): -2872602 or 15084244. OLE color: 15084244.

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

Color convert

RGB 212 42 230 -
CMYK 0.08 0.82 0 0.10
HSL 294.26º 0.79% 0.53% -
HSV(B) 294.26º 0.82% 0.9% -
XYZ 42.26 21.37 76.76 -
YUV 114.26 193.32 197.71 -
System Red Green Blue C M Y K H S L
Decimal 212 42 230 0.08 0.82 0 0.10 294.26 0.79 0.53
Hex D4 2A E6 8 52 0 A 126 4F 35
Octal 324 52 346 10 122 0 12 446 117 65
Binary 11010100 101010 11100110 1000 1010010 0 1010 100100110 1001111 110101

Color Harmonies of #D42AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42AE6

Black with #D42AE6

Text Example


Text Example

White with #D42AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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