Html Css Color HEX #D70FED Psychedelic Purple

📋 copy color: '#D70FED'

red 215 ◦ green 15 ◦ blue 237

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

Shades of Psychedelic Purple #D70FED

Tints of Psychedelic Purple #D70FED

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.21%

 BLUE value IS 237 (92.97% from 255) = 50.75%

R = 46.04%
G = 3.21%
B = 50.75%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D70FED (or 0xD70FED) is known color: Psychedelic Purple. HEX triplet: D7, 0F and ED. RGB value is (215,15,237). Sum of RGB (Red+Green+Blue) = 215+15+237=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 15 (6.25% from 255 or 3.21% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #D70FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70FED is #28F012. Grayscale: #636363. Windows color (decimal): -2682899 or 15536087. OLE color: 15536087.

HSL color Cylindrical-coordinate representation of color #D70FED: hue angle of 294.05º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70FED is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 15 237 -
CMYK 0.09 0.94 0 0.07
HSL 294.05º 0.88% 0.49% -
HSV(B) 294.05º 0.94% 0.93% -
XYZ 43.48 20.9 81.86 -
YUV 100.11 205.26 209.95 -
System Red Green Blue C M Y K H S L
Decimal 215 15 237 0.09 0.94 0 0.07 294.05 0.88 0.49
Hex D7 F ED 9 5E 0 7 126 58 31
Octal 327 17 355 11 136 0 7 446 130 61
Binary 11010111 1111 11101101 1001 1011110 0 111 100100110 1011000 110001

Color Harmonies of #D70FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70FED

Black with #D70FED

Text Example


Text Example

White with #D70FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70FED; }

 p { color: rgb(215,15,237); }

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

background-color css

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

 a { background-color: rgb(215,15,237); }

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

border-color css

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

 span { border-color: rgb(215,15,237); }

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