Html Css Color HEX #D70EF9 Psychedelic Purple

📋 copy color: '#D70EF9'

red 215 ◦ green 14 ◦ blue 249

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

Shades of Psychedelic Purple #D70EF9

Tints of Psychedelic Purple #D70EF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.09%

R = 44.98%
G = 2.93%
B = 52.09%

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

#D70EF9 (or 0xD70EF9) is known color: Psychedelic Purple. HEX triplet: D7, 0E and F9. RGB value is (215,14,249). Sum of RGB (Red+Green+Blue) = 215+14+249=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 14 (5.86% from 255 or 2.93% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #D70EF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70EF9 is #28F106. Grayscale: #646464. Windows color (decimal): -2683143 or 16322263. OLE color: 16322263.

HSL color Cylindrical-coordinate representation of color #D70EF9: hue angle of 291.32º degrees, saturation: 0.95, 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 #D70EF9 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 14 249 -
CMYK 0.14 0.94 0 0.02
HSL 291.32º 0.95% 0.52% -
HSV(B) 291.32º 0.94% 0.98% -
XYZ 45.28 21.6 91.41 -
YUV 100.89 211.59 209.39 -
System Red Green Blue C M Y K H S L
Decimal 215 14 249 0.14 0.94 0 0.02 291.32 0.95 0.52
Hex D7 E F9 E 5E 0 2 123 5F 34
Octal 327 16 371 16 136 0 2 443 137 64
Binary 11010111 1110 11111001 1110 1011110 0 10 100100011 1011111 110100

Color Harmonies of #D70EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70EF9

Black with #D70EF9

Text Example


Text Example

White with #D70EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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