Html Css Color HEX #D32AE6 Psychedelic Purple

📋 copy color: '#D32AE6'

red 211 ◦ green 42 ◦ blue 230

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

Shades of Psychedelic Purple #D32AE6

Tints of Psychedelic Purple #D32AE6

RGB

 RED value IS 211 (82.81% from 255) = 43.69%

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

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

R = 43.69%
G = 8.7%
B = 47.62%

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

#D32AE6 (or 0xD32AE6) is known color: Psychedelic Purple. HEX triplet: D3, 2A and E6. RGB value is (211,42,230). Sum of RGB (Red+Green+Blue) = 211+42+230=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 42 (16.80% from 255 or 8.70% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #D32AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32AE6 is #2CD519. Grayscale: #717171. Windows color (decimal): -2938138 or 15084243. OLE color: 15084243.

HSL color Cylindrical-coordinate representation of color #D32AE6: hue angle of 293.94º 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 #D32AE6 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 42 230 -
CMYK 0.08 0.82 0 0.10
HSL 293.94º 0.79% 0.53% -
HSV(B) 293.94º 0.82% 0.9% -
XYZ 41.97 21.22 76.75 -
YUV 113.96 193.49 197.21 -
System Red Green Blue C M Y K H S L
Decimal 211 42 230 0.08 0.82 0 0.10 293.94 0.79 0.53
Hex D3 2A E6 8 52 0 A 126 4F 35
Octal 323 52 346 10 122 0 12 446 117 65
Binary 11010011 101010 11100110 1000 1010010 0 1010 100100110 1001111 110101

Color Harmonies of #D32AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32AE6

Black with #D32AE6

Text Example


Text Example

White with #D32AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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