Html Css Color HEX #D12FFA Psychedelic Purple

📋 copy color: '#D12FFA'

red 209 ◦ green 47 ◦ blue 250

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

Shades of Psychedelic Purple #D12FFA

Tints of Psychedelic Purple #D12FFA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.29%

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

R = 41.3%
G = 9.29%
B = 49.41%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D12FFA (or 0xD12FFA) is known color: Psychedelic Purple. HEX triplet: D1, 2F and FA. RGB value is (209,47,250). Sum of RGB (Red+Green+Blue) = 209+47+250=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 47 (18.75% from 255 or 9.29% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #D12FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12FFA is #2ED005. Grayscale: #757575. Windows color (decimal): -3067910 or 16396241. OLE color: 16396241.

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

Color convert

RGB 209 47 250 -
CMYK 0.16 0.81 0 0.02
HSL 287.88º 0.95% 0.58% -
HSV(B) 287.88º 0.81% 0.98% -
XYZ 44.57 22.49 92.43 -
YUV 118.58 202.17 192.49 -
System Red Green Blue C M Y K H S L
Decimal 209 47 250 0.16 0.81 0 0.02 287.88 0.95 0.58
Hex D1 2F FA 10 51 0 2 120 5F 3A
Octal 321 57 372 20 121 0 2 440 137 72
Binary 11010001 101111 11111010 10000 1010001 0 10 100100000 1011111 111010

Color Harmonies of #D12FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12FFA

Black with #D12FFA

Text Example


Text Example

White with #D12FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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