Html Css Color HEX #D418FF Psychedelic Purple

📋 copy color: '#D418FF'

red 212 ◦ green 24 ◦ blue 255

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

Shades of Psychedelic Purple #D418FF

Tints of Psychedelic Purple #D418FF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.89%

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

R = 43.18%
G = 4.89%
B = 51.93%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D418FF (or 0xD418FF) is known color: Psychedelic Purple. HEX triplet: D4, 18 and FF. RGB value is (212,24,255). Sum of RGB (Red+Green+Blue) = 212+24+255=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 24 (9.77% from 255 or 4.89% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #D418FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D418FF is #2BE700. Grayscale: #696969. Windows color (decimal): -2877185 or 16718036. OLE color: 16718036.

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

Color convert

RGB 212 24 255 -
CMYK 0.17 0.91 0 0
HSL 288.83º 1% 0.55% -
HSV(B) 288.83º 0.91% 1% -
XYZ 45.53 21.87 96.43 -
YUV 106.55 211.78 203.22 -
System Red Green Blue C M Y K H S L
Decimal 212 24 255 0.17 0.91 0 0 288.83 1 0.55
Hex D4 18 FF 11 5B 0 0 121 64 37
Octal 324 30 377 21 133 0 0 441 144 67
Binary 11010100 11000 11111111 10001 1011011 0 0 100100001 1100100 110111

Color Harmonies of #D418FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D418FF

Black with #D418FF

Text Example


Text Example

White with #D418FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D418FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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