Html Css Color HEX #D003FF Psychedelic Purple

📋 copy color: '#D003FF'

red 208 ◦ green 3 ◦ blue 255

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

Shades of Psychedelic Purple #D003FF

Tints of Psychedelic Purple #D003FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.72%

R = 44.64%
G = 0.64%
B = 54.72%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D003FF (or 0xD003FF) is known color: Psychedelic Purple. HEX triplet: D0, 03 and FF. RGB value is (208,3,255). Sum of RGB (Red+Green+Blue) = 208+3+255=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 3 (1.56% from 255 or 0.64% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #D003FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D003FF is #2FFC00. Grayscale: #5C5C5C. Windows color (decimal): -3144705 or 16712656. OLE color: 16712656.

HSL color Cylindrical-coordinate representation of color #D003FF: hue angle of 288.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D003FF is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 3 255 -
CMYK 0.18 0.99 0 0
HSL 288.81º 1% 0.51% -
HSV(B) 288.81º 0.99% 1% -
XYZ 44.09 20.7 96.28 -
YUV 93.02 219.42 210.01 -
System Red Green Blue C M Y K H S L
Decimal 208 3 255 0.18 0.99 0 0 288.81 1 0.51
Hex D0 3 FF 12 63 0 0 121 64 33
Octal 320 3 377 22 143 0 0 441 144 63
Binary 11010000 11 11111111 10010 1100011 0 0 100100001 1100100 110011

Color Harmonies of #D003FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D003FF

Black with #D003FF

Text Example


Text Example

White with #D003FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D003FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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