Html Css Color HEX #D70AE8 Psychedelic Purple

📋 copy color: '#D70AE8'

red 215 ◦ green 10 ◦ blue 232

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

Shades of Psychedelic Purple #D70AE8

Tints of Psychedelic Purple #D70AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50.77%

R = 47.05%
G = 2.19%
B = 50.77%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D70AE8 (or 0xD70AE8) is known color: Psychedelic Purple. HEX triplet: D7, 0A and E8. RGB value is (215,10,232). Sum of RGB (Red+Green+Blue) = 215+10+232=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 232 (91.02% from 255 or 50.77% from 457); Max value from RGB is 232 - color contains mainly: blue. Hex color #D70AE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70AE8 is #28F517. Grayscale: #5F5F5F. Windows color (decimal): -2684184 or 15207127. OLE color: 15207127.

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

Color convert

RGB 215 10 232 -
CMYK 0.07 0.96 0 0.09
HSL 295.41º 0.92% 0.47% -
HSV(B) 295.41º 0.96% 0.91% -
XYZ 42.7 20.49 78.05 -
YUV 96.6 204.42 212.45 -
System Red Green Blue C M Y K H S L
Decimal 215 10 232 0.07 0.96 0 0.09 295.41 0.92 0.47
Hex D7 A E8 7 60 0 9 127 5C 2F
Octal 327 12 350 7 140 0 11 447 134 57
Binary 11010111 1010 11101000 111 1100000 0 1001 100100111 1011100 101111

Color Harmonies of #D70AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70AE8

Black with #D70AE8

Text Example


Text Example

White with #D70AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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