Html Css Color HEX #D904FD Psychedelic Purple

📋 copy color: '#D904FD'

red 217 ◦ green 4 ◦ blue 253

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

Shades of Psychedelic Purple #D904FD

Tints of Psychedelic Purple #D904FD

RGB

 RED value IS 217 (85.16% from 255) = 45.78%

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

 BLUE value IS 253 (99.22% from 255) = 53.38%

R = 45.78%
G = 0.84%
B = 53.38%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D904FD (or 0xD904FD) is known color: Psychedelic Purple. HEX triplet: D9, 04 and FD. RGB value is (217,4,253). Sum of RGB (Red+Green+Blue) = 217+4+253=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 4 (1.95% from 255 or 0.84% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #D904FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D904FD is #26FB02. Grayscale: #5F5F5F. Windows color (decimal): -2554627 or 16581849. OLE color: 16581849.

HSL color Cylindrical-coordinate representation of color #D904FD: hue angle of 291.33º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D904FD is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 4 253 -
CMYK 0.14 0.98 0 0.01
HSL 291.33º 0.98% 0.5% -
HSV(B) 291.33º 0.98% 0.99% -
XYZ 46.39 21.93 94.72 -
YUV 96.07 216.57 214.25 -
System Red Green Blue C M Y K H S L
Decimal 217 4 253 0.14 0.98 0 0.01 291.33 0.98 0.5
Hex D9 4 FD E 62 0 1 123 62 32
Octal 331 4 375 16 142 0 1 443 142 62
Binary 11011001 100 11111101 1110 1100010 0 1 100100011 1100010 110010

Color Harmonies of #D904FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D904FD

Black with #D904FD

Text Example


Text Example

White with #D904FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D904FD; }

 p { color: rgb(217,4,253); }

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

background-color css

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

 a { background-color: rgb(217,4,253); }

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

border-color css

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

 span { border-color: rgb(217,4,253); }

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