Html Css Color HEX #D30FEE Psychedelic Purple

📋 copy color: '#D30FEE'

red 211 ◦ green 15 ◦ blue 238

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

Shades of Psychedelic Purple #D30FEE

Tints of Psychedelic Purple #D30FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.29%

R = 45.47%
G = 3.23%
B = 51.29%

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

#D30FEE (or 0xD30FEE) is known color: Psychedelic Purple. HEX triplet: D3, 0F and EE. RGB value is (211,15,238). Sum of RGB (Red+Green+Blue) = 211+15+238=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #D30FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30FEE is #2CF011. Grayscale: #626262. Windows color (decimal): -2945042 or 15601619. OLE color: 15601619.

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

Color convert

RGB 211 15 238 -
CMYK 0.11 0.94 0 0.07
HSL 292.74º 0.88% 0.5% -
HSV(B) 292.74º 0.94% 0.93% -
XYZ 42.47 20.36 82.58 -
YUV 99.03 206.43 207.87 -
System Red Green Blue C M Y K H S L
Decimal 211 15 238 0.11 0.94 0 0.07 292.74 0.88 0.5
Hex D3 F EE B 5E 0 7 125 58 32
Octal 323 17 356 13 136 0 7 445 130 62
Binary 11010011 1111 11101110 1011 1011110 0 111 100100101 1011000 110010

Color Harmonies of #D30FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30FEE

Black with #D30FEE

Text Example


Text Example

White with #D30FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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