Html Css Color HEX #D40CF9 Psychedelic Purple

📋 copy color: '#D40CF9'

red 212 ◦ green 12 ◦ blue 249

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

Shades of Psychedelic Purple #D40CF9

Tints of Psychedelic Purple #D40CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.64%

R = 44.82%
G = 2.54%
B = 52.64%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D40CF9 (or 0xD40CF9) is known color: Psychedelic Purple. HEX triplet: D4, 0C and F9. RGB value is (212,12,249). Sum of RGB (Red+Green+Blue) = 212+12+249=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 12 (5.08% from 255 or 2.54% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #D40CF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40CF9 is #2BF306. Grayscale: #626262. Windows color (decimal): -2880263 or 16321748. OLE color: 16321748.

HSL color Cylindrical-coordinate representation of color #D40CF9: hue angle of 290.63º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40CF9 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 12 249 -
CMYK 0.15 0.95 0 0.02
HSL 290.63º 0.95% 0.51% -
HSV(B) 290.63º 0.95% 0.98% -
XYZ 44.38 21.1 91.36 -
YUV 98.82 212.76 208.73 -
System Red Green Blue C M Y K H S L
Decimal 212 12 249 0.15 0.95 0 0.02 290.63 0.95 0.51
Hex D4 C F9 F 5F 0 2 123 5F 33
Octal 324 14 371 17 137 0 2 443 137 63
Binary 11010100 1100 11111001 1111 1011111 0 10 100100011 1011111 110011

Color Harmonies of #D40CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40CF9

Black with #D40CF9

Text Example


Text Example

White with #D40CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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