Html Css Color HEX #D30EE9 Psychedelic Purple

📋 copy color: '#D30EE9'

red 211 ◦ green 14 ◦ blue 233

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

Shades of Psychedelic Purple #D30EE9

Tints of Psychedelic Purple #D30EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.87%

R = 46.07%
G = 3.06%
B = 50.87%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D30EE9 (or 0xD30EE9) is known color: Psychedelic Purple. HEX triplet: D3, 0E and E9. RGB value is (211,14,233). Sum of RGB (Red+Green+Blue) = 211+14+233=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #D30EE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30EE9 is #2CF116. Grayscale: #616161. Windows color (decimal): -2945303 or 15273683. OLE color: 15273683.

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

Color convert

RGB 211 14 233 -
CMYK 0.09 0.94 0 0.09
HSL 293.97º 0.89% 0.48% -
HSV(B) 293.97º 0.94% 0.91% -
XYZ 41.73 20.05 78.76 -
YUV 97.87 204.27 208.69 -
System Red Green Blue C M Y K H S L
Decimal 211 14 233 0.09 0.94 0 0.09 293.97 0.89 0.48
Hex D3 E E9 9 5E 0 9 126 59 30
Octal 323 16 351 11 136 0 11 446 131 60
Binary 11010011 1110 11101001 1001 1011110 0 1001 100100110 1011001 110000

Color Harmonies of #D30EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30EE9

Black with #D30EE9

Text Example


Text Example

White with #D30EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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