Html Css Color HEX #D505EE Psychedelic Purple

📋 copy color: '#D505EE'

red 213 ◦ green 5 ◦ blue 238

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

Shades of Psychedelic Purple #D505EE

Tints of Psychedelic Purple #D505EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.19%

R = 46.71%
G = 1.1%
B = 52.19%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D505EE (or 0xD505EE) is known color: Psychedelic Purple. HEX triplet: D5, 05 and EE. RGB value is (213,5,238). Sum of RGB (Red+Green+Blue) = 213+5+238=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 5 (2.34% from 255 or 1.10% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #D505EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D505EE is #2AFA11. Grayscale: #5D5D5D. Windows color (decimal): -2816530 or 15599061. OLE color: 15599061.

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

Color convert

RGB 213 5 238 -
CMYK 0.11 0.98 0 0.07
HSL 293.56º 0.96% 0.48% -
HSV(B) 293.56º 0.98% 0.93% -
XYZ 42.93 20.43 82.57 -
YUV 93.75 209.41 213.05 -
System Red Green Blue C M Y K H S L
Decimal 213 5 238 0.11 0.98 0 0.07 293.56 0.96 0.48
Hex D5 5 EE B 62 0 7 126 60 30
Octal 325 5 356 13 142 0 7 446 140 60
Binary 11010101 101 11101110 1011 1100010 0 111 100100110 1100000 110000

Color Harmonies of #D505EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D505EE

Black with #D505EE

Text Example


Text Example

White with #D505EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D505EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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