Html Css Color HEX #D40CEF Psychedelic Purple

📋 copy color: '#D40CEF'

red 212 ◦ green 12 ◦ blue 239

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

Shades of Psychedelic Purple #D40CEF

Tints of Psychedelic Purple #D40CEF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.59%

 BLUE value IS 239 (93.75% from 255) = 51.62%

R = 45.79%
G = 2.59%
B = 51.62%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D40CEF (or 0xD40CEF) is known color: Psychedelic Purple. HEX triplet: D4, 0C and EF. RGB value is (212,12,239). Sum of RGB (Red+Green+Blue) = 212+12+239=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #D40CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40CEF is #2BF310. Grayscale: #606060. Windows color (decimal): -2880273 or 15666388. OLE color: 15666388.

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

Color convert

RGB 212 12 239 -
CMYK 0.11 0.95 0 0.06
HSL 292.86º 0.9% 0.49% -
HSV(B) 292.86º 0.95% 0.94% -
XYZ 42.86 20.49 83.36 -
YUV 97.68 207.76 209.54 -
System Red Green Blue C M Y K H S L
Decimal 212 12 239 0.11 0.95 0 0.06 292.86 0.9 0.49
Hex D4 C EF B 5F 0 6 125 5A 31
Octal 324 14 357 13 137 0 6 445 132 61
Binary 11010100 1100 11101111 1011 1011111 0 110 100100101 1011010 110001

Color Harmonies of #D40CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40CEF

Black with #D40CEF

Text Example


Text Example

White with #D40CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40CEF; }

 p { color: rgb(212,12,239); }

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

background-color css

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

 a { background-color: rgb(212,12,239); }

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

border-color css

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

 span { border-color: rgb(212,12,239); }

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