Html Css Color HEX #D40CEA Psychedelic Purple

📋 copy color: '#D40CEA'

red 212 ◦ green 12 ◦ blue 234

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

Shades of Psychedelic Purple #D40CEA

Tints of Psychedelic Purple #D40CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.09%

R = 46.29%
G = 2.62%
B = 51.09%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D40CEA (or 0xD40CEA) is known color: Psychedelic Purple. HEX triplet: D4, 0C and EA. RGB value is (212,12,234). Sum of RGB (Red+Green+Blue) = 212+12+234=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 12 (5.08% from 255 or 2.62% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #D40CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40CEA is #2BF315. Grayscale: #606060. Windows color (decimal): -2880278 or 15338708. OLE color: 15338708.

HSL color Cylindrical-coordinate representation of color #D40CEA: hue angle of 294.05º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40CEA is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 12 234 -
CMYK 0.09 0.95 0 0.08
HSL 294.05º 0.9% 0.48% -
HSV(B) 294.05º 0.95% 0.92% -
XYZ 42.13 20.2 79.52 -
YUV 97.11 205.26 209.95 -
System Red Green Blue C M Y K H S L
Decimal 212 12 234 0.09 0.95 0 0.08 294.05 0.9 0.48
Hex D4 C EA 9 5F 0 8 126 5A 30
Octal 324 14 352 11 137 0 10 446 132 60
Binary 11010100 1100 11101010 1001 1011111 0 1000 100100110 1011010 110000

Color Harmonies of #D40CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40CEA

Black with #D40CEA

Text Example


Text Example

White with #D40CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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