Html Css Color HEX #D502E6 Psychedelic Purple

📋 copy color: '#D502E6'

red 213 ◦ green 2 ◦ blue 230

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

Shades of Psychedelic Purple #D502E6

Tints of Psychedelic Purple #D502E6

RGB

 RED value IS 213 (83.59% from 255) = 47.87%

 GREEN value IS 2 (1.17% from 255) = 0.45%

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

R = 47.87%
G = 0.45%
B = 51.69%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D502E6 (or 0xD502E6) is known color: Psychedelic Purple. HEX triplet: D5, 02 and E6. RGB value is (213,2,230). Sum of RGB (Red+Green+Blue) = 213+2+230=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 2 (1.17% from 255 or 0.45% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #D502E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D502E6 is #2AFD19. Grayscale: #5A5A5A. Windows color (decimal): -2817306 or 15074005. OLE color: 15074005.

HSL color Cylindrical-coordinate representation of color #D502E6: hue angle of 295.53º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D502E6 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 2 230 -
CMYK 0.07 0.99 0 0.10
HSL 295.53º 0.98% 0.45% -
HSV(B) 295.53º 0.99% 0.9% -
XYZ 41.75 19.9 76.5 -
YUV 91.08 206.4 214.96 -
System Red Green Blue C M Y K H S L
Decimal 213 2 230 0.07 0.99 0 0.10 295.53 0.98 0.45
Hex D5 2 E6 7 63 0 A 128 62 2D
Octal 325 2 346 7 143 0 12 450 142 55
Binary 11010101 10 11100110 111 1100011 0 1010 100101000 1100010 101101

Color Harmonies of #D502E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D502E6

Black with #D502E6

Text Example


Text Example

White with #D502E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D502E6; }

 p { color: rgb(213,2,230); }

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

background-color css

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

 a { background-color: rgb(213,2,230); }

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

border-color css

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

 span { border-color: rgb(213,2,230); }

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