Html Css Color HEX #D400FF Psychedelic Purple

📋 copy color: '#D400FF'

red 212 ◦ green 0 ◦ blue 255

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

Shades of Psychedelic Purple #D400FF

Tints of Psychedelic Purple #D400FF

RGB

 RED value IS 212 (83.2% from 255) = 45.4%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.4%
G = 0%
B = 54.6%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D400FF (or 0xD400FF) is known color: Psychedelic Purple. HEX triplet: D4, 00 and FF. RGB value is (212,0,255). Sum of RGB (Red+Green+Blue) = 212+0+255=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 0 (0.39% from 255 or 0% 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 #D400FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D400FF is #2BFF00. Grayscale: #5B5B5B. Windows color (decimal): -2883329 or 16711892. OLE color: 16711892.

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

Color convert

RGB 212 0 255 -
CMYK 0.17 1 0 0
HSL 289.88º 1% 0.5% -
HSV(B) 289.88º 1% 1% -
XYZ 45.2 21.22 96.32 -
YUV 92.46 219.74 213.27 -
System Red Green Blue C M Y K H S L
Decimal 212 0 255 0.17 1 0 0 289.88 1 0.5
Hex D4 0 FF 11 64 0 0 122 64 32
Octal 324 0 377 21 144 0 0 442 144 62
Binary 11010100 0 11111111 10001 1100100 0 0 100100010 1100100 110010

Color Harmonies of #D400FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D400FF

Black with #D400FF

Text Example


Text Example

White with #D400FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D400FF; }

 p { color: rgb(212,0,255); }

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

background-color css

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

 a { background-color: rgb(212,0,255); }

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

border-color css

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

 span { border-color: rgb(212,0,255); }

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