Html Css Color HEX #D12DEB Psychedelic Purple

📋 copy color: '#D12DEB'

red 209 ◦ green 45 ◦ blue 235

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

Shades of Psychedelic Purple #D12DEB

Tints of Psychedelic Purple #D12DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.06%

R = 42.74%
G = 9.2%
B = 48.06%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D12DEB (or 0xD12DEB) is known color: Psychedelic Purple. HEX triplet: D1, 2D and EB. RGB value is (209,45,235). Sum of RGB (Red+Green+Blue) = 209+45+235=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 45 (17.97% from 255 or 9.20% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #D12DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12DEB is #2ED214. Grayscale: #737373. Windows color (decimal): -3068437 or 15412689. OLE color: 15412689.

HSL color Cylindrical-coordinate representation of color #D12DEB: hue angle of 291.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12DEB is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 45 235 -
CMYK 0.11 0.81 0 0.08
HSL 291.79º 0.83% 0.55% -
HSV(B) 291.79º 0.81% 0.92% -
XYZ 42.23 21.43 80.51 -
YUV 115.7 195.33 194.55 -
System Red Green Blue C M Y K H S L
Decimal 209 45 235 0.11 0.81 0 0.08 291.79 0.83 0.55
Hex D1 2D EB B 51 0 8 124 53 37
Octal 321 55 353 13 121 0 10 444 123 67
Binary 11010001 101101 11101011 1011 1010001 0 1000 100100100 1010011 110111

Color Harmonies of #D12DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12DEB

Black with #D12DEB

Text Example


Text Example

White with #D12DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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