Html Css Color HEX #D30CFA Psychedelic Purple

📋 copy color: '#D30CFA'

red 211 ◦ green 12 ◦ blue 250

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

Shades of Psychedelic Purple #D30CFA

Tints of Psychedelic Purple #D30CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.54%

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

R = 44.61%
G = 2.54%
B = 52.85%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D30CFA (or 0xD30CFA) is known color: Psychedelic Purple. HEX triplet: D3, 0C and FA. RGB value is (211,12,250). Sum of RGB (Red+Green+Blue) = 211+12+250=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 12 (5.08% from 255 or 2.54% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #D30CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30CFA is #2CF305. Grayscale: #616161. Windows color (decimal): -2945798 or 16387283. OLE color: 16387283.

HSL color Cylindrical-coordinate representation of color #D30CFA: hue angle of 290.17º degrees, saturation: 0.96, 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 #D30CFA is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 12 250 -
CMYK 0.16 0.95 0 0.02
HSL 290.17º 0.96% 0.51% -
HSV(B) 290.17º 0.95% 0.98% -
XYZ 44.25 21.01 92.17 -
YUV 98.63 213.43 208.15 -
System Red Green Blue C M Y K H S L
Decimal 211 12 250 0.16 0.95 0 0.02 290.17 0.96 0.51
Hex D3 C FA 10 5F 0 2 122 60 33
Octal 323 14 372 20 137 0 2 442 140 63
Binary 11010011 1100 11111010 10000 1011111 0 10 100100010 1100000 110011

Color Harmonies of #D30CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30CFA

Black with #D30CFA

Text Example


Text Example

White with #D30CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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