Html Css Color HEX #D305EB Psychedelic Purple

📋 copy color: '#D305EB'

red 211 ◦ green 5 ◦ blue 235

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

Shades of Psychedelic Purple #D305EB

Tints of Psychedelic Purple #D305EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 46.78%
G = 1.11%
B = 52.11%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D305EB (or 0xD305EB) is known color: Psychedelic Purple. HEX triplet: D3, 05 and EB. RGB value is (211,5,235). Sum of RGB (Red+Green+Blue) = 211+5+235=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 5 (2.34% from 255 or 1.11% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #D305EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D305EB is #2CFA14. Grayscale: #5C5C5C. Windows color (decimal): -2947605 or 15402451. OLE color: 15402451.

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

Color convert

RGB 211 5 235 -
CMYK 0.10 0.98 0 0.08
HSL 293.74º 0.96% 0.47% -
HSV(B) 293.74º 0.98% 0.92% -
XYZ 41.91 19.96 80.24 -
YUV 92.81 208.25 212.3 -
System Red Green Blue C M Y K H S L
Decimal 211 5 235 0.10 0.98 0 0.08 293.74 0.96 0.47
Hex D3 5 EB A 62 0 8 126 60 2F
Octal 323 5 353 12 142 0 10 446 140 57
Binary 11010011 101 11101011 1010 1100010 0 1000 100100110 1100000 101111

Color Harmonies of #D305EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D305EB

Black with #D305EB

Text Example


Text Example

White with #D305EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D305EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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