Html Css Color HEX #D70AE5 Psychedelic Purple

📋 copy color: '#D70AE5'

red 215 ◦ green 10 ◦ blue 229

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

Shades of Psychedelic Purple #D70AE5

Tints of Psychedelic Purple #D70AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.44%

R = 47.36%
G = 2.2%
B = 50.44%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D70AE5 (or 0xD70AE5) is known color: Psychedelic Purple. HEX triplet: D7, 0A and E5. RGB value is (215,10,229). Sum of RGB (Red+Green+Blue) = 215+10+229=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 10 (4.30% from 255 or 2.20% from 454); Blue value is 229 (89.84% from 255 or 50.44% from 454); Max value from RGB is 229 - color contains mainly: blue. Hex color #D70AE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70AE5 is #28F51A. Grayscale: #5F5F5F. Windows color (decimal): -2684187 or 15010519. OLE color: 15010519.

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

Color convert

RGB 215 10 229 -
CMYK 0.06 0.96 0 0.10
HSL 296.16º 0.92% 0.47% -
HSV(B) 296.16º 0.96% 0.9% -
XYZ 42.28 20.32 75.82 -
YUV 96.26 202.92 212.69 -
System Red Green Blue C M Y K H S L
Decimal 215 10 229 0.06 0.96 0 0.10 296.16 0.92 0.47
Hex D7 A E5 6 60 0 A 128 5C 2F
Octal 327 12 345 6 140 0 12 450 134 57
Binary 11010111 1010 11100101 110 1100000 0 1010 100101000 1011100 101111

Color Harmonies of #D70AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70AE5

Black with #D70AE5

Text Example


Text Example

White with #D70AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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