Html Css Color HEX #D300ED Psychedelic Purple

📋 copy color: '#D300ED'

red 211 ◦ green 0 ◦ blue 237

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

Shades of Psychedelic Purple #D300ED

Tints of Psychedelic Purple #D300ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.1%
G = 0%
B = 52.9%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D300ED (or 0xD300ED) is known color: Psychedelic Purple. HEX triplet: D3, 00 and ED. RGB value is (211,0,237). Sum of RGB (Red+Green+Blue) = 211+0+237=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #D300ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D300ED is #2CFF12. Grayscale: #595959. Windows color (decimal): -2948883 or 15532243. OLE color: 15532243.

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

Color convert

RGB 211 0 237 -
CMYK 0.11 1 0 0.07
HSL 293.42º 1% 0.46% -
HSV(B) 293.42º 1% 0.93% -
XYZ 42.15 19.96 81.75 -
YUV 90.11 210.9 214.23 -
System Red Green Blue C M Y K H S L
Decimal 211 0 237 0.11 1 0 0.07 293.42 1 0.46
Hex D3 0 ED B 64 0 7 125 64 2E
Octal 323 0 355 13 144 0 7 445 144 56
Binary 11010011 0 11101101 1011 1100100 0 111 100100101 1100100 101110

Color Harmonies of #D300ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D300ED

Black with #D300ED

Text Example


Text Example

White with #D300ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D300ED; }

 p { color: rgb(211,0,237); }

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

background-color css

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

 a { background-color: rgb(211,0,237); }

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

border-color css

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

 span { border-color: rgb(211,0,237); }

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