Html Css Color HEX #D30EEF Psychedelic Purple

📋 copy color: '#D30EEF'

red 211 ◦ green 14 ◦ blue 239

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

Shades of Psychedelic Purple #D30EEF

Tints of Psychedelic Purple #D30EEF

RGB

 RED value IS 211 (82.81% from 255) = 45.47%

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

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

R = 45.47%
G = 3.02%
B = 51.51%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D30EEF (or 0xD30EEF) is known color: Psychedelic Purple. HEX triplet: D3, 0E and EF. RGB value is (211,14,239). Sum of RGB (Red+Green+Blue) = 211+14+239=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #D30EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30EEF is #2CF110. Grayscale: #616161. Windows color (decimal): -2945297 or 15666899. OLE color: 15666899.

HSL color Cylindrical-coordinate representation of color #D30EEF: hue angle of 292.53º 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 #D30EEF is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 14 239 -
CMYK 0.12 0.94 0 0.06
HSL 292.53º 0.89% 0.5% -
HSV(B) 292.53º 0.94% 0.94% -
XYZ 42.6 20.39 83.35 -
YUV 98.55 207.27 208.2 -
System Red Green Blue C M Y K H S L
Decimal 211 14 239 0.12 0.94 0 0.06 292.53 0.89 0.5
Hex D3 E EF C 5E 0 6 125 59 32
Octal 323 16 357 14 136 0 6 445 131 62
Binary 11010011 1110 11101111 1100 1011110 0 110 100100101 1011001 110010

Color Harmonies of #D30EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30EEF

Black with #D30EEF

Text Example


Text Example

White with #D30EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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