Html Css Color HEX #D70EEF Psychedelic Purple

📋 copy color: '#D70EEF'

red 215 ◦ green 14 ◦ blue 239

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

Shades of Psychedelic Purple #D70EEF

Tints of Psychedelic Purple #D70EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 45.94%
G = 2.99%
B = 51.07%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D70EEF (or 0xD70EEF) is known color: Psychedelic Purple. HEX triplet: D7, 0E and EF. RGB value is (215,14,239). Sum of RGB (Red+Green+Blue) = 215+14+239=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #D70EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70EEF is #28F110. Grayscale: #636363. Windows color (decimal): -2683153 or 15666903. OLE color: 15666903.

HSL color Cylindrical-coordinate representation of color #D70EEF: hue angle of 293.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70EEF is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 14 239 -
CMYK 0.10 0.94 0 0.06
HSL 293.6º 0.89% 0.5% -
HSV(B) 293.6º 0.94% 0.94% -
XYZ 43.76 20.99 83.41 -
YUV 99.75 206.59 210.2 -
System Red Green Blue C M Y K H S L
Decimal 215 14 239 0.10 0.94 0 0.06 293.6 0.89 0.5
Hex D7 E EF A 5E 0 6 126 59 32
Octal 327 16 357 12 136 0 6 446 131 62
Binary 11010111 1110 11101111 1010 1011110 0 110 100100110 1011001 110010

Color Harmonies of #D70EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70EEF

Black with #D70EEF

Text Example


Text Example

White with #D70EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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