Html Css Color HEX #D003ED Psychedelic Purple

📋 copy color: '#D003ED'

red 208 ◦ green 3 ◦ blue 237

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

Shades of Psychedelic Purple #D003ED

Tints of Psychedelic Purple #D003ED

RGB

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

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

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

R = 46.43%
G = 0.67%
B = 52.9%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D003ED (or 0xD003ED) is known color: Psychedelic Purple. HEX triplet: D0, 03 and ED. RGB value is (208,3,237). Sum of RGB (Red+Green+Blue) = 208+3+237=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 3 (1.56% from 255 or 0.67% 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 #D003ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D003ED is #2FFC12. Grayscale: #5A5A5A. Windows color (decimal): -3144723 or 15533008. OLE color: 15533008.

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

Color convert

RGB 208 3 237 -
CMYK 0.12 0.99 0 0.07
HSL 292.56º 0.98% 0.47% -
HSV(B) 292.56º 0.99% 0.93% -
XYZ 41.33 19.59 81.72 -
YUV 90.97 210.42 211.47 -
System Red Green Blue C M Y K H S L
Decimal 208 3 237 0.12 0.99 0 0.07 292.56 0.98 0.47
Hex D0 3 ED C 63 0 7 125 62 2F
Octal 320 3 355 14 143 0 7 445 142 57
Binary 11010000 11 11101101 1100 1100011 0 111 100100101 1100010 101111

Color Harmonies of #D003ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D003ED

Black with #D003ED

Text Example


Text Example

White with #D003ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D003ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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