Html Css Color HEX #D30FED Psychedelic Purple

📋 copy color: '#D30FED'

red 211 ◦ green 15 ◦ blue 237

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

Shades of Psychedelic Purple #D30FED

Tints of Psychedelic Purple #D30FED

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.24%

 BLUE value IS 237 (92.97% from 255) = 51.19%

R = 45.57%
G = 3.24%
B = 51.19%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D30FED (or 0xD30FED) is known color: Psychedelic Purple. HEX triplet: D3, 0F and ED. RGB value is (211,15,237). Sum of RGB (Red+Green+Blue) = 211+15+237=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #D30FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30FED is #2CF012. Grayscale: #626262. Windows color (decimal): -2945043 or 15536083. OLE color: 15536083.

HSL color Cylindrical-coordinate representation of color #D30FED: hue angle of 292.97º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30FED is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 15 237 -
CMYK 0.11 0.94 0 0.07
HSL 292.97º 0.88% 0.49% -
HSV(B) 292.97º 0.94% 0.93% -
XYZ 42.32 20.3 81.81 -
YUV 98.91 205.93 207.95 -
System Red Green Blue C M Y K H S L
Decimal 211 15 237 0.11 0.94 0 0.07 292.97 0.88 0.49
Hex D3 F ED B 5E 0 7 125 58 31
Octal 323 17 355 13 136 0 7 445 130 61
Binary 11010011 1111 11101101 1011 1011110 0 111 100100101 1011000 110001

Color Harmonies of #D30FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30FED

Black with #D30FED

Text Example


Text Example

White with #D30FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30FED; }

 p { color: rgb(211,15,237); }

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

background-color css

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

 a { background-color: rgb(211,15,237); }

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

border-color css

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

 span { border-color: rgb(211,15,237); }

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