Html Css Color HEX #D70AFE Psychedelic Purple

📋 copy color: '#D70AFE'

red 215 ◦ green 10 ◦ blue 254

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

Shades of Psychedelic Purple #D70AFE

Tints of Psychedelic Purple #D70AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 44.89%
G = 2.09%
B = 53.03%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D70AFE (or 0xD70AFE) is known color: Psychedelic Purple. HEX triplet: D7, 0A and FE. RGB value is (215,10,254). Sum of RGB (Red+Green+Blue) = 215+10+254=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 10 (4.30% from 255 or 2.09% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #D70AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70AFE is #28F501. Grayscale: #626262. Windows color (decimal): -2684162 or 16648919. OLE color: 16648919.

HSL color Cylindrical-coordinate representation of color #D70AFE: hue angle of 290.41º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70AFE is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 215 10 254 -
CMYK 0.15 0.96 0 0.00
HSL 290.41º 0.99% 0.52% -
HSV(B) 290.41º 0.96% 1% -
XYZ 46.02 21.82 95.55 -
YUV 99.11 215.42 210.66 -
System Red Green Blue C M Y K H S L
Decimal 215 10 254 0.15 0.96 0 0.00 290.41 0.99 0.52
Hex D7 A FE F 60 0 0 122 63 34
Octal 327 12 376 17 140 0 0 442 143 64
Binary 11010111 1010 11111110 1111 1100000 0 0 100100010 1100011 110100

Color Harmonies of #D70AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70AFE

Black with #D70AFE

Text Example


Text Example

White with #D70AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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