Html Css Color HEX #D30FF6 Psychedelic Purple

📋 copy color: '#D30FF6'

red 211 ◦ green 15 ◦ blue 246

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

Shades of Psychedelic Purple #D30FF6

Tints of Psychedelic Purple #D30FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.12%

R = 44.7%
G = 3.18%
B = 52.12%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D30FF6 (or 0xD30FF6) is known color: Psychedelic Purple. HEX triplet: D3, 0F and F6. RGB value is (211,15,246). Sum of RGB (Red+Green+Blue) = 211+15+246=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #D30FF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30FF6 is #2CF009. Grayscale: #636363. Windows color (decimal): -2945034 or 16125907. OLE color: 16125907.

HSL color Cylindrical-coordinate representation of color #D30FF6: hue angle of 290.91º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30FF6 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 15 246 -
CMYK 0.14 0.94 0 0.04
HSL 290.91º 0.93% 0.51% -
HSV(B) 290.91º 0.94% 0.96% -
XYZ 43.67 20.84 88.91 -
YUV 99.94 210.43 207.22 -
System Red Green Blue C M Y K H S L
Decimal 211 15 246 0.14 0.94 0 0.04 290.91 0.93 0.51
Hex D3 F F6 E 5E 0 4 123 5D 33
Octal 323 17 366 16 136 0 4 443 135 63
Binary 11010011 1111 11110110 1110 1011110 0 100 100100011 1011101 110011

Color Harmonies of #D30FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30FF6

Black with #D30FF6

Text Example


Text Example

White with #D30FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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