Html Css Color HEX #D70DEB Psychedelic Purple

📋 copy color: '#D70DEB'

red 215 ◦ green 13 ◦ blue 235

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

Shades of Psychedelic Purple #D70DEB

Tints of Psychedelic Purple #D70DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 46.44%
G = 2.81%
B = 50.76%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D70DEB (or 0xD70DEB) is known color: Psychedelic Purple. HEX triplet: D7, 0D and EB. RGB value is (215,13,235). Sum of RGB (Red+Green+Blue) = 215+13+235=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #D70DEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70DEB is #28F214. Grayscale: #626262. Windows color (decimal): -2683413 or 15404503. OLE color: 15404503.

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

Color convert

RGB 215 13 235 -
CMYK 0.09 0.94 0 0.08
HSL 294.59º 0.9% 0.49% -
HSV(B) 294.59º 0.94% 0.92% -
XYZ 43.16 20.73 80.32 -
YUV 98.71 204.92 210.95 -
System Red Green Blue C M Y K H S L
Decimal 215 13 235 0.09 0.94 0 0.08 294.59 0.9 0.49
Hex D7 D EB 9 5E 0 8 127 5A 31
Octal 327 15 353 11 136 0 10 447 132 61
Binary 11010111 1101 11101011 1001 1011110 0 1000 100100111 1011010 110001

Color Harmonies of #D70DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70DEB

Black with #D70DEB

Text Example


Text Example

White with #D70DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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