Html Css Color HEX #D12AFB Psychedelic Purple

📋 copy color: '#D12AFB'

red 209 ◦ green 42 ◦ blue 251

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

Shades of Psychedelic Purple #D12AFB

Tints of Psychedelic Purple #D12AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50%

R = 41.63%
G = 8.37%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D12AFB (or 0xD12AFB) is known color: Psychedelic Purple. HEX triplet: D1, 2A and FB. RGB value is (209,42,251). Sum of RGB (Red+Green+Blue) = 209+42+251=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 42 (16.80% from 255 or 8.37% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #D12AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12AFB is #2ED504. Grayscale: #737373. Windows color (decimal): -3069189 or 16460497. OLE color: 16460497.

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

Color convert

RGB 209 42 251 -
CMYK 0.17 0.83 0 0.02
HSL 287.94º 0.96% 0.57% -
HSV(B) 287.94º 0.83% 0.98% -
XYZ 44.54 22.18 93.2 -
YUV 115.76 204.33 194.51 -
System Red Green Blue C M Y K H S L
Decimal 209 42 251 0.17 0.83 0 0.02 287.94 0.96 0.57
Hex D1 2A FB 11 53 0 2 120 60 39
Octal 321 52 373 21 123 0 2 440 140 71
Binary 11010001 101010 11111011 10001 1010011 0 10 100100000 1100000 111001

Color Harmonies of #D12AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12AFB

Black with #D12AFB

Text Example


Text Example

White with #D12AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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