Html Css Color HEX #D40DED Psychedelic Purple

📋 copy color: '#D40DED'

red 212 ◦ green 13 ◦ blue 237

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

Shades of Psychedelic Purple #D40DED

Tints of Psychedelic Purple #D40DED

RGB

 RED value IS 212 (83.2% from 255) = 45.89%

 GREEN value IS 13 (5.47% from 255) = 2.81%

 BLUE value IS 237 (92.97% from 255) = 51.3%

R = 45.89%
G = 2.81%
B = 51.3%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D40DED (or 0xD40DED) is known color: Psychedelic Purple. HEX triplet: D4, 0D and ED. RGB value is (212,13,237). Sum of RGB (Red+Green+Blue) = 212+13+237=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 13 (5.47% from 255 or 2.81% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #D40DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40DED is #2BF212. Grayscale: #616161. Windows color (decimal): -2880019 or 15535572. OLE color: 15535572.

HSL color Cylindrical-coordinate representation of color #D40DED: hue angle of 293.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40DED is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 13 237 -
CMYK 0.11 0.95 0 0.07
HSL 293.3º 0.9% 0.49% -
HSV(B) 293.3º 0.95% 0.93% -
XYZ 42.58 20.4 81.81 -
YUV 98.04 206.43 209.29 -
System Red Green Blue C M Y K H S L
Decimal 212 13 237 0.11 0.95 0 0.07 293.3 0.9 0.49
Hex D4 D ED B 5F 0 7 125 5A 31
Octal 324 15 355 13 137 0 7 445 132 61
Binary 11010100 1101 11101101 1011 1011111 0 111 100100101 1011010 110001

Color Harmonies of #D40DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40DED

Black with #D40DED

Text Example


Text Example

White with #D40DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40DED; }

 p { color: rgb(212,13,237); }

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

background-color css

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

 a { background-color: rgb(212,13,237); }

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

border-color css

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

 span { border-color: rgb(212,13,237); }

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