Html Css Color HEX #D300EC Psychedelic Purple

📋 copy color: '#D300EC'

red 211 ◦ green 0 ◦ blue 236

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

Shades of Psychedelic Purple #D300EC

Tints of Psychedelic Purple #D300EC

RGB

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

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

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

R = 47.2%
G = 0%
B = 52.8%

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

#D300EC (or 0xD300EC) is known color: Psychedelic Purple. HEX triplet: D3, 00 and EC. RGB value is (211,0,236). Sum of RGB (Red+Green+Blue) = 211+0+236=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #D300EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D300EC is #2CFF13. Grayscale: #595959. Windows color (decimal): -2948884 or 15466707. OLE color: 15466707.

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

Color convert

RGB 211 0 236 -
CMYK 0.11 1 0 0.07
HSL 293.64º 1% 0.46% -
HSV(B) 293.64º 1% 0.93% -
XYZ 42 19.91 80.99 -
YUV 89.99 210.4 214.31 -
System Red Green Blue C M Y K H S L
Decimal 211 0 236 0.11 1 0 0.07 293.64 1 0.46
Hex D3 0 EC B 64 0 7 126 64 2E
Octal 323 0 354 13 144 0 7 446 144 56
Binary 11010011 0 11101100 1011 1100100 0 111 100100110 1100100 101110

Color Harmonies of #D300EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D300EC

Black with #D300EC

Text Example


Text Example

White with #D300EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D300EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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