Html Css Color HEX #D718FC Psychedelic Purple

📋 copy color: '#D718FC'

red 215 ◦ green 24 ◦ blue 252

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

Shades of Psychedelic Purple #D718FC

Tints of Psychedelic Purple #D718FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.32%

R = 43.79%
G = 4.89%
B = 51.32%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D718FC (or 0xD718FC) is known color: Psychedelic Purple. HEX triplet: D7, 18 and FC. RGB value is (215,24,252). Sum of RGB (Red+Green+Blue) = 215+24+252=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 24 (9.77% from 255 or 4.89% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #D718FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D718FC is #28E703. Grayscale: #6A6A6A. Windows color (decimal): -2680580 or 16521431. OLE color: 16521431.

HSL color Cylindrical-coordinate representation of color #D718FC: hue angle of 290.26º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D718FC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 24 252 -
CMYK 0.15 0.90 0 0.01
HSL 290.26º 0.97% 0.54% -
HSV(B) 290.26º 0.9% 0.99% -
XYZ 45.92 22.13 93.95 -
YUV 107.1 209.78 204.96 -
System Red Green Blue C M Y K H S L
Decimal 215 24 252 0.15 0.90 0 0.01 290.26 0.97 0.54
Hex D7 18 FC F 5A 0 1 122 61 36
Octal 327 30 374 17 132 0 1 442 141 66
Binary 11010111 11000 11111100 1111 1011010 0 1 100100010 1100001 110110

Color Harmonies of #D718FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D718FC

Black with #D718FC

Text Example


Text Example

White with #D718FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D718FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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