Html Css Color HEX #D502ED Psychedelic Purple

📋 copy color: '#D502ED'

red 213 ◦ green 2 ◦ blue 237

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

Shades of Psychedelic Purple #D502ED

Tints of Psychedelic Purple #D502ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.43%

R = 47.12%
G = 0.44%
B = 52.43%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D502ED (or 0xD502ED) is known color: Psychedelic Purple. HEX triplet: D5, 02 and ED. RGB value is (213,2,237). Sum of RGB (Red+Green+Blue) = 213+2+237=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 2 (1.17% from 255 or 0.44% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #D502ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D502ED is #2AFD12. Grayscale: #5B5B5B. Windows color (decimal): -2817299 or 15532757. OLE color: 15532757.

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

Color convert

RGB 213 2 237 -
CMYK 0.10 0.99 0 0.07
HSL 293.87º 0.98% 0.47% -
HSV(B) 293.87º 0.99% 0.93% -
XYZ 42.75 20.3 81.79 -
YUV 91.88 209.9 214.39 -
System Red Green Blue C M Y K H S L
Decimal 213 2 237 0.10 0.99 0 0.07 293.87 0.98 0.47
Hex D5 2 ED A 63 0 7 126 62 2F
Octal 325 2 355 12 143 0 7 446 142 57
Binary 11010101 10 11101101 1010 1100011 0 111 100100110 1100010 101111

Color Harmonies of #D502ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D502ED

Black with #D502ED

Text Example


Text Example

White with #D502ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D502ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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