Html Css Color HEX #D30AFC Psychedelic Purple

📋 copy color: '#D30AFC'

red 211 ◦ green 10 ◦ blue 252

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

Shades of Psychedelic Purple #D30AFC

Tints of Psychedelic Purple #D30AFC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.11%

 BLUE value IS 252 (98.83% from 255) = 53.28%

R = 44.61%
G = 2.11%
B = 53.28%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D30AFC (or 0xD30AFC) is known color: Psychedelic Purple. HEX triplet: D3, 0A and FC. RGB value is (211,10,252). Sum of RGB (Red+Green+Blue) = 211+10+252=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 10 (4.30% from 255 or 2.11% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #D30AFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30AFC is #2CF503. Grayscale: #606060. Windows color (decimal): -2946308 or 16517843. OLE color: 16517843.

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

Color convert

RGB 211 10 252 -
CMYK 0.16 0.96 0 0.01
HSL 289.83º 0.98% 0.51% -
HSV(B) 289.83º 0.96% 0.99% -
XYZ 44.54 21.09 93.82 -
YUV 97.69 215.09 208.82 -
System Red Green Blue C M Y K H S L
Decimal 211 10 252 0.16 0.96 0 0.01 289.83 0.98 0.51
Hex D3 A FC 10 60 0 1 122 62 33
Octal 323 12 374 20 140 0 1 442 142 63
Binary 11010011 1010 11111100 10000 1100000 0 1 100100010 1100010 110011

Color Harmonies of #D30AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30AFC

Black with #D30AFC

Text Example


Text Example

White with #D30AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30AFC; }

 p { color: rgb(211,10,252); }

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

background-color css

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

 a { background-color: rgb(211,10,252); }

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

border-color css

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

 span { border-color: rgb(211,10,252); }

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