Html Css Color HEX #D12EFB Psychedelic Purple

📋 copy color: '#D12EFB'

red 209 ◦ green 46 ◦ blue 251

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

Shades of Psychedelic Purple #D12EFB

Tints of Psychedelic Purple #D12EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.09%

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

R = 41.3%
G = 9.09%
B = 49.6%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D12EFB (or 0xD12EFB) is known color: Psychedelic Purple. HEX triplet: D1, 2E and FB. RGB value is (209,46,251). Sum of RGB (Red+Green+Blue) = 209+46+251=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 46 (18.36% from 255 or 9.09% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #D12EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12EFB is #2ED104. Grayscale: #757575. Windows color (decimal): -3068165 or 16461521. OLE color: 16461521.

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

Color convert

RGB 209 46 251 -
CMYK 0.17 0.82 0 0.02
HSL 287.71º 0.96% 0.58% -
HSV(B) 287.71º 0.82% 0.98% -
XYZ 44.68 22.47 93.25 -
YUV 118.11 203 192.83 -
System Red Green Blue C M Y K H S L
Decimal 209 46 251 0.17 0.82 0 0.02 287.71 0.96 0.58
Hex D1 2E FB 11 52 0 2 120 60 3A
Octal 321 56 373 21 122 0 2 440 140 72
Binary 11010001 101110 11111011 10001 1010010 0 10 100100000 1100000 111010

Color Harmonies of #D12EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12EFB

Black with #D12EFB

Text Example


Text Example

White with #D12EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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