Html Css Color HEX #D30EFF Psychedelic Purple

📋 copy color: '#D30EFF'

red 211 ◦ green 14 ◦ blue 255

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

Shades of Psychedelic Purple #D30EFF

Tints of Psychedelic Purple #D30EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.13%

R = 43.96%
G = 2.92%
B = 53.13%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D30EFF (or 0xD30EFF) is known color: Psychedelic Purple. HEX triplet: D3, 0E and FF. RGB value is (211,14,255). Sum of RGB (Red+Green+Blue) = 211+14+255=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 14 (5.86% from 255 or 2.92% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #D30EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30EFF is #2CF100. Grayscale: #636363. Windows color (decimal): -2945281 or 16715475. OLE color: 16715475.

HSL color Cylindrical-coordinate representation of color #D30EFF: hue angle of 289.05º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30EFF is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 14 255 -
CMYK 0.17 0.95 0 0
HSL 289.05º 1% 0.53% -
HSV(B) 289.05º 0.95% 1% -
XYZ 45.07 21.38 96.36 -
YUV 100.38 215.27 206.9 -
System Red Green Blue C M Y K H S L
Decimal 211 14 255 0.17 0.95 0 0 289.05 1 0.53
Hex D3 E FF 11 5F 0 0 121 64 35
Octal 323 16 377 21 137 0 0 441 144 65
Binary 11010011 1110 11111111 10001 1011111 0 0 100100001 1100100 110101

Color Harmonies of #D30EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30EFF

Black with #D30EFF

Text Example


Text Example

White with #D30EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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