Html Css Color HEX #D505EC Psychedelic Purple

📋 copy color: '#D505EC'

red 213 ◦ green 5 ◦ blue 236

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

Shades of Psychedelic Purple #D505EC

Tints of Psychedelic Purple #D505EC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.1%

 BLUE value IS 236 (92.58% from 255) = 51.98%

R = 46.92%
G = 1.1%
B = 51.98%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D505EC (or 0xD505EC) is known color: Psychedelic Purple. HEX triplet: D5, 05 and EC. RGB value is (213,5,236). Sum of RGB (Red+Green+Blue) = 213+5+236=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #D505EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D505EC is #2AFA13. Grayscale: #5C5C5C. Windows color (decimal): -2816532 or 15467989. OLE color: 15467989.

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

Color convert

RGB 213 5 236 -
CMYK 0.10 0.98 0 0.07
HSL 294.03º 0.96% 0.47% -
HSV(B) 294.03º 0.98% 0.93% -
XYZ 42.64 20.31 81.03 -
YUV 93.53 208.41 213.22 -
System Red Green Blue C M Y K H S L
Decimal 213 5 236 0.10 0.98 0 0.07 294.03 0.96 0.47
Hex D5 5 EC A 62 0 7 126 60 2F
Octal 325 5 354 12 142 0 7 446 140 57
Binary 11010101 101 11101100 1010 1100010 0 111 100100110 1100000 101111

Color Harmonies of #D505EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D505EC

Black with #D505EC

Text Example


Text Example

White with #D505EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D505EC; }

 p { color: rgb(213,5,236); }

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

background-color css

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

 a { background-color: rgb(213,5,236); }

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

border-color css

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

 span { border-color: rgb(213,5,236); }

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