Html Css Color HEX #D12AF9 Psychedelic Purple

📋 copy color: '#D12AF9'

red 209 ◦ green 42 ◦ blue 249

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

Shades of Psychedelic Purple #D12AF9

Tints of Psychedelic Purple #D12AF9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.4%

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

R = 41.8%
G = 8.4%
B = 49.8%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D12AF9 (or 0xD12AF9) is known color: Psychedelic Purple. HEX triplet: D1, 2A and F9. RGB value is (209,42,249). Sum of RGB (Red+Green+Blue) = 209+42+249=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 42 (16.80% from 255 or 8.4% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #D12AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12AF9 is #2ED506. Grayscale: #727272. Windows color (decimal): -3069191 or 16329425. OLE color: 16329425.

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

Color convert

RGB 209 42 249 -
CMYK 0.16 0.83 0 0.02
HSL 288.41º 0.95% 0.57% -
HSV(B) 288.41º 0.83% 0.98% -
XYZ 44.22 22.05 91.55 -
YUV 115.53 203.33 194.67 -
System Red Green Blue C M Y K H S L
Decimal 209 42 249 0.16 0.83 0 0.02 288.41 0.95 0.57
Hex D1 2A F9 10 53 0 2 120 5F 39
Octal 321 52 371 20 123 0 2 440 137 71
Binary 11010001 101010 11111001 10000 1010011 0 10 100100000 1011111 111001

Color Harmonies of #D12AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12AF9

Black with #D12AF9

Text Example


Text Example

White with #D12AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12AF9; }

 p { color: rgb(209,42,249); }

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

background-color css

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

 a { background-color: rgb(209,42,249); }

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

border-color css

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

 span { border-color: rgb(209,42,249); }

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