Html Css Color HEX #D70DEC Psychedelic Purple

📋 copy color: '#D70DEC'

red 215 ◦ green 13 ◦ blue 236

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

Shades of Psychedelic Purple #D70DEC

Tints of Psychedelic Purple #D70DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.8%

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 46.34%
G = 2.8%
B = 50.86%

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

#D70DEC (or 0xD70DEC) is known color: Psychedelic Purple. HEX triplet: D7, 0D and EC. RGB value is (215,13,236). Sum of RGB (Red+Green+Blue) = 215+13+236=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #D70DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70DEC is #28F213. Grayscale: #626262. Windows color (decimal): -2683412 or 15470039. OLE color: 15470039.

HSL color Cylindrical-coordinate representation of color #D70DEC: hue angle of 294.35º degrees, saturation: 0.9, 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 #D70DEC is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 13 236 -
CMYK 0.09 0.94 0 0.07
HSL 294.35º 0.9% 0.49% -
HSV(B) 294.35º 0.94% 0.93% -
XYZ 43.31 20.79 81.09 -
YUV 98.82 205.42 210.87 -
System Red Green Blue C M Y K H S L
Decimal 215 13 236 0.09 0.94 0 0.07 294.35 0.9 0.49
Hex D7 D EC 9 5E 0 7 126 5A 31
Octal 327 15 354 11 136 0 7 446 132 61
Binary 11010111 1101 11101100 1001 1011110 0 111 100100110 1011010 110001

Color Harmonies of #D70DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70DEC

Black with #D70DEC

Text Example


Text Example

White with #D70DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70DEC; }

 p { color: rgb(215,13,236); }

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

background-color css

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

 a { background-color: rgb(215,13,236); }

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

border-color css

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

 span { border-color: rgb(215,13,236); }

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