Html Css Color HEX #D718FF Psychedelic Purple

📋 copy color: '#D718FF'

red 215 ◦ green 24 ◦ blue 255

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

Shades of Psychedelic Purple #D718FF

Tints of Psychedelic Purple #D718FF

RGB

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

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

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

R = 43.52%
G = 4.86%
B = 51.62%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D718FF (or 0xD718FF) is known color: Psychedelic Purple. HEX triplet: D7, 18 and FF. RGB value is (215,24,255). Sum of RGB (Red+Green+Blue) = 215+24+255=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 24 (9.77% from 255 or 4.86% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #D718FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D718FF is #28E700. Grayscale: #6A6A6A. Windows color (decimal): -2680577 or 16718039. OLE color: 16718039.

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

Color convert

RGB 215 24 255 -
CMYK 0.16 0.91 0 0
HSL 289.61º 1% 0.55% -
HSV(B) 289.61º 0.91% 1% -
XYZ 46.4 22.32 96.47 -
YUV 107.44 211.28 204.72 -
System Red Green Blue C M Y K H S L
Decimal 215 24 255 0.16 0.91 0 0 289.61 1 0.55
Hex D7 18 FF 10 5B 0 0 122 64 37
Octal 327 30 377 20 133 0 0 442 144 67
Binary 11010111 11000 11111111 10000 1011011 0 0 100100010 1100100 110111

Color Harmonies of #D718FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D718FF

Black with #D718FF

Text Example


Text Example

White with #D718FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D718FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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