Html Css Color HEX #D303EC Psychedelic Purple

📋 copy color: '#D303EC'

red 211 ◦ green 3 ◦ blue 236

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

Shades of Psychedelic Purple #D303EC

Tints of Psychedelic Purple #D303EC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.67%

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

R = 46.89%
G = 0.67%
B = 52.44%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D303EC (or 0xD303EC) is known color: Psychedelic Purple. HEX triplet: D3, 03 and EC. RGB value is (211,3,236). Sum of RGB (Red+Green+Blue) = 211+3+236=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 3 (1.56% from 255 or 0.67% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #D303EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D303EC is #2CFC13. Grayscale: #5B5B5B. Windows color (decimal): -2948116 or 15467475. OLE color: 15467475.

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

Color convert

RGB 211 3 236 -
CMYK 0.11 0.99 0 0.07
HSL 293.56º 0.97% 0.47% -
HSV(B) 293.56º 0.99% 0.93% -
XYZ 42.04 19.97 81 -
YUV 91.75 209.41 213.05 -
System Red Green Blue C M Y K H S L
Decimal 211 3 236 0.11 0.99 0 0.07 293.56 0.97 0.47
Hex D3 3 EC B 63 0 7 126 61 2F
Octal 323 3 354 13 143 0 7 446 141 57
Binary 11010011 11 11101100 1011 1100011 0 111 100100110 1100001 101111

Color Harmonies of #D303EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D303EC

Black with #D303EC

Text Example


Text Example

White with #D303EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D303EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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