Html Css Color HEX #D704FF Psychedelic Purple

📋 copy color: '#D704FF'

red 215 ◦ green 4 ◦ blue 255

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

Shades of Psychedelic Purple #D704FF

Tints of Psychedelic Purple #D704FF

RGB

 RED value IS 215 (84.38% from 255) = 45.36%

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

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

R = 45.36%
G = 0.84%
B = 53.8%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D704FF (or 0xD704FF) is known color: Psychedelic Purple. HEX triplet: D7, 04 and FF. RGB value is (215,4,255). Sum of RGB (Red+Green+Blue) = 215+4+255=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 4 (1.95% from 255 or 0.84% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #D704FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D704FF is #28FB00. Grayscale: #5E5E5E. Windows color (decimal): -2685697 or 16712919. OLE color: 16712919.

HSL color Cylindrical-coordinate representation of color #D704FF: hue angle of 290.44º 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 #D704FF is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 4 255 -
CMYK 0.16 0.98 0 0
HSL 290.44º 1% 0.51% -
HSV(B) 290.44º 0.98% 1% -
XYZ 46.12 21.75 96.38 -
YUV 95.7 217.9 213.09 -
System Red Green Blue C M Y K H S L
Decimal 215 4 255 0.16 0.98 0 0 290.44 1 0.51
Hex D7 4 FF 10 62 0 0 122 64 33
Octal 327 4 377 20 142 0 0 442 144 63
Binary 11010111 100 11111111 10000 1100010 0 0 100100010 1100100 110011

Color Harmonies of #D704FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D704FF

Black with #D704FF

Text Example


Text Example

White with #D704FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D704FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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