Html Css Color HEX #D12BE6 Psychedelic Purple

📋 copy color: '#D12BE6'

red 209 ◦ green 43 ◦ blue 230

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

Shades of Psychedelic Purple #D12BE6

Tints of Psychedelic Purple #D12BE6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.92%

 BLUE value IS 230 (90.23% from 255) = 47.72%

R = 43.36%
G = 8.92%
B = 47.72%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D12BE6 (or 0xD12BE6) is known color: Psychedelic Purple. HEX triplet: D1, 2B and E6. RGB value is (209,43,230). Sum of RGB (Red+Green+Blue) = 209+43+230=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 43 (17.19% from 255 or 8.92% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #D12BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12BE6 is #2ED419. Grayscale: #717171. Windows color (decimal): -3068954 or 15084497. OLE color: 15084497.

HSL color Cylindrical-coordinate representation of color #D12BE6: hue angle of 293.26º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12BE6 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 43 230 -
CMYK 0.09 0.81 0 0.10
HSL 293.26º 0.79% 0.54% -
HSV(B) 293.26º 0.81% 0.9% -
XYZ 41.44 21 76.73 -
YUV 113.95 193.5 195.79 -
System Red Green Blue C M Y K H S L
Decimal 209 43 230 0.09 0.81 0 0.10 293.26 0.79 0.54
Hex D1 2B E6 9 51 0 A 125 4F 36
Octal 321 53 346 11 121 0 12 445 117 66
Binary 11010001 101011 11100110 1001 1010001 0 1010 100100101 1001111 110110

Color Harmonies of #D12BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12BE6

Black with #D12BE6

Text Example


Text Example

White with #D12BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12BE6; }

 p { color: rgb(209,43,230); }

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

background-color css

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

 a { background-color: rgb(209,43,230); }

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

border-color css

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

 span { border-color: rgb(209,43,230); }

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