Html Css Color HEX #D003EE Psychedelic Purple

📋 copy color: '#D003EE'

red 208 ◦ green 3 ◦ blue 238

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

Shades of Psychedelic Purple #D003EE

Tints of Psychedelic Purple #D003EE

RGB

 RED value IS 208 (81.64% from 255) = 46.33%

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

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

R = 46.33%
G = 0.67%
B = 53.01%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D003EE (or 0xD003EE) is known color: Psychedelic Purple. HEX triplet: D0, 03 and EE. RGB value is (208,3,238). Sum of RGB (Red+Green+Blue) = 208+3+238=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 3 (1.56% from 255 or 0.67% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #D003EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D003EE is #2FFC11. Grayscale: #5A5A5A. Windows color (decimal): -3144722 or 15598544. OLE color: 15598544.

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

Color convert

RGB 208 3 238 -
CMYK 0.13 0.99 0 0.07
HSL 292.34º 0.98% 0.47% -
HSV(B) 292.34º 0.99% 0.93% -
XYZ 41.48 19.65 82.5 -
YUV 91.09 210.92 211.39 -
System Red Green Blue C M Y K H S L
Decimal 208 3 238 0.13 0.99 0 0.07 292.34 0.98 0.47
Hex D0 3 EE D 63 0 7 124 62 2F
Octal 320 3 356 15 143 0 7 444 142 57
Binary 11010000 11 11101110 1101 1100011 0 111 100100100 1100010 101111

Color Harmonies of #D003EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D003EE

Black with #D003EE

Text Example


Text Example

White with #D003EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D003EE; }

 p { color: rgb(208,3,238); }

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

background-color css

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

 a { background-color: rgb(208,3,238); }

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

border-color css

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

 span { border-color: rgb(208,3,238); }

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