Html Css Color HEX #D12DFA Psychedelic Purple

📋 copy color: '#D12DFA'

red 209 ◦ green 45 ◦ blue 250

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

Shades of Psychedelic Purple #D12DFA

Tints of Psychedelic Purple #D12DFA

RGB

 RED value IS 209 (82.03% from 255) = 41.47%

 GREEN value IS 45 (17.97% from 255) = 8.93%

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

R = 41.47%
G = 8.93%
B = 49.6%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D12DFA (or 0xD12DFA) is known color: Psychedelic Purple. HEX triplet: D1, 2D and FA. RGB value is (209,45,250). Sum of RGB (Red+Green+Blue) = 209+45+250=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 45 (17.97% from 255 or 8.93% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #D12DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12DFA is #2ED205. Grayscale: #747474. Windows color (decimal): -3068422 or 16395729. OLE color: 16395729.

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

Color convert

RGB 209 45 250 -
CMYK 0.16 0.82 0 0.02
HSL 288º 0.95% 0.58% -
HSV(B) 288º 0.82% 0.98% -
XYZ 44.49 22.33 92.41 -
YUV 117.41 202.83 193.33 -
System Red Green Blue C M Y K H S L
Decimal 209 45 250 0.16 0.82 0 0.02 288 0.95 0.58
Hex D1 2D FA 10 52 0 2 120 5F 3A
Octal 321 55 372 20 122 0 2 440 137 72
Binary 11010001 101101 11111010 10000 1010010 0 10 100100000 1011111 111010

Color Harmonies of #D12DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12DFA

Black with #D12DFA

Text Example


Text Example

White with #D12DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12DFA; }

 p { color: rgb(209,45,250); }

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

background-color css

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

 a { background-color: rgb(209,45,250); }

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

border-color css

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

 span { border-color: rgb(209,45,250); }

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