Html Css Color HEX #D30DF9 Psychedelic Purple

📋 copy color: '#D30DF9'

red 211 ◦ green 13 ◦ blue 249

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

Shades of Psychedelic Purple #D30DF9

Tints of Psychedelic Purple #D30DF9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.75%

 BLUE value IS 249 (97.66% from 255) = 52.64%

R = 44.61%
G = 2.75%
B = 52.64%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D30DF9 (or 0xD30DF9) is known color: Psychedelic Purple. HEX triplet: D3, 0D and F9. RGB value is (211,13,249). Sum of RGB (Red+Green+Blue) = 211+13+249=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 13 (5.47% from 255 or 2.75% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #D30DF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30DF9 is #2CF206. Grayscale: #626262. Windows color (decimal): -2945543 or 16322003. OLE color: 16322003.

HSL color Cylindrical-coordinate representation of color #D30DF9: hue angle of 290.34º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30DF9 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 13 249 -
CMYK 0.15 0.95 0 0.02
HSL 290.34º 0.95% 0.51% -
HSV(B) 290.34º 0.95% 0.98% -
XYZ 44.11 20.98 91.35 -
YUV 99.11 212.6 207.81 -
System Red Green Blue C M Y K H S L
Decimal 211 13 249 0.15 0.95 0 0.02 290.34 0.95 0.51
Hex D3 D F9 F 5F 0 2 122 5F 33
Octal 323 15 371 17 137 0 2 442 137 63
Binary 11010011 1101 11111001 1111 1011111 0 10 100100010 1011111 110011

Color Harmonies of #D30DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30DF9

Black with #D30DF9

Text Example


Text Example

White with #D30DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30DF9; }

 p { color: rgb(211,13,249); }

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

background-color css

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

 a { background-color: rgb(211,13,249); }

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

border-color css

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

 span { border-color: rgb(211,13,249); }

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