Html Css Color HEX #D004FF Psychedelic Purple

📋 copy color: '#D004FF'

red 208 ◦ green 4 ◦ blue 255

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

Shades of Psychedelic Purple #D004FF

Tints of Psychedelic Purple #D004FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.86%

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

R = 44.54%
G = 0.86%
B = 54.6%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D004FF (or 0xD004FF) is known color: Psychedelic Purple. HEX triplet: D0, 04 and FF. RGB value is (208,4,255). Sum of RGB (Red+Green+Blue) = 208+4+255=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 4 (1.95% from 255 or 0.86% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #D004FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D004FF is #2FFB00. Grayscale: #5C5C5C. Windows color (decimal): -3144449 or 16712912. OLE color: 16712912.

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

Color convert

RGB 208 4 255 -
CMYK 0.18 0.98 0 0
HSL 288.76º 1% 0.51% -
HSV(B) 288.76º 0.98% 1% -
XYZ 44.11 20.72 96.28 -
YUV 93.61 219.09 209.59 -
System Red Green Blue C M Y K H S L
Decimal 208 4 255 0.18 0.98 0 0 288.76 1 0.51
Hex D0 4 FF 12 62 0 0 121 64 33
Octal 320 4 377 22 142 0 0 441 144 63
Binary 11010000 100 11111111 10010 1100010 0 0 100100001 1100100 110011

Color Harmonies of #D004FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D004FF

Black with #D004FF

Text Example


Text Example

White with #D004FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D004FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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