Html Css Color HEX #D12DEE Psychedelic Purple

📋 copy color: '#D12DEE'

red 209 ◦ green 45 ◦ blue 238

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

Shades of Psychedelic Purple #D12DEE

Tints of Psychedelic Purple #D12DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.37%

R = 42.48%
G = 9.15%
B = 48.37%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D12DEE (or 0xD12DEE) is known color: Psychedelic Purple. HEX triplet: D1, 2D and EE. RGB value is (209,45,238). Sum of RGB (Red+Green+Blue) = 209+45+238=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 45 (17.97% from 255 or 9.15% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #D12DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12DEE is #2ED211. Grayscale: #737373. Windows color (decimal): -3068434 or 15609297. OLE color: 15609297.

HSL color Cylindrical-coordinate representation of color #D12DEE: hue angle of 290.98º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12DEE is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 45 238 -
CMYK 0.12 0.81 0 0.07
HSL 290.98º 0.85% 0.55% -
HSV(B) 290.98º 0.81% 0.93% -
XYZ 42.67 21.61 82.81 -
YUV 116.04 196.83 194.31 -
System Red Green Blue C M Y K H S L
Decimal 209 45 238 0.12 0.81 0 0.07 290.98 0.85 0.55
Hex D1 2D EE C 51 0 7 123 55 37
Octal 321 55 356 14 121 0 7 443 125 67
Binary 11010001 101101 11101110 1100 1010001 0 111 100100011 1010101 110111

Color Harmonies of #D12DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12DEE

Black with #D12DEE

Text Example


Text Example

White with #D12DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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