Html Css Color HEX #D12DF9 Psychedelic Purple

📋 copy color: '#D12DF9'

red 209 ◦ green 45 ◦ blue 249

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

Shades of Psychedelic Purple #D12DF9

Tints of Psychedelic Purple #D12DF9

RGB

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

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

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

R = 41.55%
G = 8.95%
B = 49.5%

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

#D12DF9 (or 0xD12DF9) is known color: Psychedelic Purple. HEX triplet: D1, 2D and F9. RGB value is (209,45,249). Sum of RGB (Red+Green+Blue) = 209+45+249=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 45 (17.97% from 255 or 8.95% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #D12DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12DF9 is #2ED206. Grayscale: #747474. Windows color (decimal): -3068423 or 16330193. OLE color: 16330193.

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

Color convert

RGB 209 45 249 -
CMYK 0.16 0.82 0 0.02
HSL 288.24º 0.94% 0.58% -
HSV(B) 288.24º 0.82% 0.98% -
XYZ 44.33 22.27 91.58 -
YUV 117.29 202.33 193.41 -
System Red Green Blue C M Y K H S L
Decimal 209 45 249 0.16 0.82 0 0.02 288.24 0.94 0.58
Hex D1 2D F9 10 52 0 2 120 5E 3A
Octal 321 55 371 20 122 0 2 440 136 72
Binary 11010001 101101 11111001 10000 1010010 0 10 100100000 1011110 111010

Color Harmonies of #D12DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12DF9

Black with #D12DF9

Text Example


Text Example

White with #D12DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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