Html Css Color HEX #D918FF Psychedelic Purple

📋 copy color: '#D918FF'

red 217 ◦ green 24 ◦ blue 255

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

Shades of Psychedelic Purple #D918FF

Tints of Psychedelic Purple #D918FF

RGB

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

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

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

R = 43.75%
G = 4.84%
B = 51.41%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D918FF (or 0xD918FF) is known color: Psychedelic Purple. HEX triplet: D9, 18 and FF. RGB value is (217,24,255). Sum of RGB (Red+Green+Blue) = 217+24+255=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 24 (9.77% from 255 or 4.84% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #D918FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D918FF is #26E700. Grayscale: #6B6B6B. Windows color (decimal): -2549505 or 16718041. OLE color: 16718041.

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

Color convert

RGB 217 24 255 -
CMYK 0.15 0.91 0 0
HSL 290.13º 1% 0.55% -
HSV(B) 290.13º 0.91% 1% -
XYZ 46.99 22.62 96.5 -
YUV 108.04 210.94 205.72 -
System Red Green Blue C M Y K H S L
Decimal 217 24 255 0.15 0.91 0 0 290.13 1 0.55
Hex D9 18 FF F 5B 0 0 122 64 37
Octal 331 30 377 17 133 0 0 442 144 67
Binary 11011001 11000 11111111 1111 1011011 0 0 100100010 1100100 110111

Color Harmonies of #D918FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918FF

Black with #D918FF

Text Example


Text Example

White with #D918FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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