Html Css Color HEX #D70EFA Psychedelic Purple

📋 copy color: '#D70EFA'

red 215 ◦ green 14 ◦ blue 250

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

Shades of Psychedelic Purple #D70EFA

Tints of Psychedelic Purple #D70EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.92%

 BLUE value IS 250 (98.05% from 255) = 52.19%

R = 44.89%
G = 2.92%
B = 52.19%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D70EFA (or 0xD70EFA) is known color: Psychedelic Purple. HEX triplet: D7, 0E and FA. RGB value is (215,14,250). Sum of RGB (Red+Green+Blue) = 215+14+250=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #D70EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70EFA is #28F105. Grayscale: #646464. Windows color (decimal): -2683142 or 16387799. OLE color: 16387799.

HSL color Cylindrical-coordinate representation of color #D70EFA: hue angle of 291.1º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70EFA is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 14 250 -
CMYK 0.14 0.94 0 0.02
HSL 291.1º 0.96% 0.52% -
HSV(B) 291.1º 0.94% 0.98% -
XYZ 45.44 21.66 92.23 -
YUV 101 212.09 209.31 -
System Red Green Blue C M Y K H S L
Decimal 215 14 250 0.14 0.94 0 0.02 291.1 0.96 0.52
Hex D7 E FA E 5E 0 2 123 60 34
Octal 327 16 372 16 136 0 2 443 140 64
Binary 11010111 1110 11111010 1110 1011110 0 10 100100011 1100000 110100

Color Harmonies of #D70EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70EFA

Black with #D70EFA

Text Example


Text Example

White with #D70EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70EFA; }

 p { color: rgb(215,14,250); }

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

background-color css

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

 a { background-color: rgb(215,14,250); }

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

border-color css

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

 span { border-color: rgb(215,14,250); }

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