Html Css Color HEX #D70AEC Psychedelic Purple

📋 copy color: '#D70AEC'

red 215 ◦ green 10 ◦ blue 236

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

Shades of Psychedelic Purple #D70AEC

Tints of Psychedelic Purple #D70AEC

RGB

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

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

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

R = 46.64%
G = 2.17%
B = 51.19%

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

#D70AEC (or 0xD70AEC) is known color: Psychedelic Purple. HEX triplet: D7, 0A and EC. RGB value is (215,10,236). Sum of RGB (Red+Green+Blue) = 215+10+236=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #D70AEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70AEC is #28F513. Grayscale: #606060. Windows color (decimal): -2684180 or 15469271. OLE color: 15469271.

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

Color convert

RGB 215 10 236 -
CMYK 0.09 0.96 0 0.07
HSL 294.42º 0.92% 0.48% -
HSV(B) 294.42º 0.96% 0.93% -
XYZ 43.27 20.72 81.08 -
YUV 97.06 206.42 212.12 -
System Red Green Blue C M Y K H S L
Decimal 215 10 236 0.09 0.96 0 0.07 294.42 0.92 0.48
Hex D7 A EC 9 60 0 7 126 5C 30
Octal 327 12 354 11 140 0 7 446 134 60
Binary 11010111 1010 11101100 1001 1100000 0 111 100100110 1011100 110000

Color Harmonies of #D70AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70AEC

Black with #D70AEC

Text Example


Text Example

White with #D70AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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