Html Css Color HEX #D30EFA Psychedelic Purple

📋 copy color: '#D30EFA'

red 211 ◦ green 14 ◦ blue 250

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

Shades of Psychedelic Purple #D30EFA

Tints of Psychedelic Purple #D30EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.63%

R = 44.42%
G = 2.95%
B = 52.63%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D30EFA (or 0xD30EFA) is known color: Psychedelic Purple. HEX triplet: D3, 0E and FA. RGB value is (211,14,250). Sum of RGB (Red+Green+Blue) = 211+14+250=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 14 (5.86% from 255 or 2.95% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #D30EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30EFA is #2CF105. Grayscale: #636363. Windows color (decimal): -2945286 or 16387795. OLE color: 16387795.

HSL color Cylindrical-coordinate representation of color #D30EFA: hue angle of 290.08º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30EFA is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 14 250 -
CMYK 0.16 0.94 0 0.02
HSL 290.08º 0.96% 0.52% -
HSV(B) 290.08º 0.94% 0.98% -
XYZ 44.28 21.07 92.17 -
YUV 99.81 212.77 207.31 -
System Red Green Blue C M Y K H S L
Decimal 211 14 250 0.16 0.94 0 0.02 290.08 0.96 0.52
Hex D3 E FA 10 5E 0 2 122 60 34
Octal 323 16 372 20 136 0 2 442 140 64
Binary 11010011 1110 11111010 10000 1011110 0 10 100100010 1100000 110100

Color Harmonies of #D30EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30EFA

Black with #D30EFA

Text Example


Text Example

White with #D30EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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