Html Css Color HEX #D40CF6 Psychedelic Purple

📋 copy color: '#D40CF6'

red 212 ◦ green 12 ◦ blue 246

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

Shades of Psychedelic Purple #D40CF6

Tints of Psychedelic Purple #D40CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.34%

R = 45.11%
G = 2.55%
B = 52.34%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D40CF6 (or 0xD40CF6) is known color: Psychedelic Purple. HEX triplet: D4, 0C and F6. RGB value is (212,12,246). Sum of RGB (Red+Green+Blue) = 212+12+246=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 12 (5.08% from 255 or 2.55% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #D40CF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40CF6 is #2BF309. Grayscale: #616161. Windows color (decimal): -2880266 or 16125140. OLE color: 16125140.

HSL color Cylindrical-coordinate representation of color #D40CF6: hue angle of 291.28º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40CF6 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 12 246 -
CMYK 0.14 0.95 0 0.04
HSL 291.28º 0.93% 0.51% -
HSV(B) 291.28º 0.95% 0.96% -
XYZ 43.92 20.91 88.91 -
YUV 98.48 211.26 208.97 -
System Red Green Blue C M Y K H S L
Decimal 212 12 246 0.14 0.95 0 0.04 291.28 0.93 0.51
Hex D4 C F6 E 5F 0 4 123 5D 33
Octal 324 14 366 16 137 0 4 443 135 63
Binary 11010100 1100 11110110 1110 1011111 0 100 100100011 1011101 110011

Color Harmonies of #D40CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40CF6

Black with #D40CF6

Text Example


Text Example

White with #D40CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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