Html Css Color HEX #D305EE Psychedelic Purple

📋 copy color: '#D305EE'

red 211 ◦ green 5 ◦ blue 238

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

Shades of Psychedelic Purple #D305EE

Tints of Psychedelic Purple #D305EE

RGB

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

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

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

R = 46.48%
G = 1.1%
B = 52.42%

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

#D305EE (or 0xD305EE) is known color: Psychedelic Purple. HEX triplet: D3, 05 and EE. RGB value is (211,5,238). Sum of RGB (Red+Green+Blue) = 211+5+238=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #D305EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D305EE is #2CFA11. Grayscale: #5C5C5C. Windows color (decimal): -2947602 or 15599059. OLE color: 15599059.

HSL color Cylindrical-coordinate representation of color #D305EE: hue angle of 293.05º 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 #D305EE is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 5 238 -
CMYK 0.11 0.98 0 0.07
HSL 293.05º 0.96% 0.48% -
HSV(B) 293.05º 0.98% 0.93% -
XYZ 42.35 20.13 82.54 -
YUV 93.16 209.75 212.05 -
System Red Green Blue C M Y K H S L
Decimal 211 5 238 0.11 0.98 0 0.07 293.05 0.96 0.48
Hex D3 5 EE B 62 0 7 125 60 30
Octal 323 5 356 13 142 0 7 445 140 60
Binary 11010011 101 11101110 1011 1100010 0 111 100100101 1100000 110000

Color Harmonies of #D305EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D305EE

Black with #D305EE

Text Example


Text Example

White with #D305EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D305EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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