Html Css Color HEX #D70AED Psychedelic Purple

📋 copy color: '#D70AED'

red 215 ◦ green 10 ◦ blue 237

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

Shades of Psychedelic Purple #D70AED

Tints of Psychedelic Purple #D70AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.16%

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

R = 46.54%
G = 2.16%
B = 51.3%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D70AED (or 0xD70AED) is known color: Psychedelic Purple. HEX triplet: D7, 0A and ED. RGB value is (215,10,237). Sum of RGB (Red+Green+Blue) = 215+10+237=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 10 (4.30% from 255 or 2.16% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #D70AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70AED is #28F512. Grayscale: #606060. Windows color (decimal): -2684179 or 15534807. OLE color: 15534807.

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

Color convert

RGB 215 10 237 -
CMYK 0.09 0.96 0 0.07
HSL 294.19º 0.92% 0.48% -
HSV(B) 294.19º 0.96% 0.93% -
XYZ 43.42 20.78 81.84 -
YUV 97.17 206.92 212.04 -
System Red Green Blue C M Y K H S L
Decimal 215 10 237 0.09 0.96 0 0.07 294.19 0.92 0.48
Hex D7 A ED 9 60 0 7 126 5C 30
Octal 327 12 355 11 140 0 7 446 134 60
Binary 11010111 1010 11101101 1001 1100000 0 111 100100110 1011100 110000

Color Harmonies of #D70AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70AED

Black with #D70AED

Text Example


Text Example

White with #D70AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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