Html Css Color HEX #D40DFB Psychedelic Purple

📋 copy color: '#D40DFB'

red 212 ◦ green 13 ◦ blue 251

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

Shades of Psychedelic Purple #D40DFB

Tints of Psychedelic Purple #D40DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.73%

R = 44.54%
G = 2.73%
B = 52.73%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D40DFB (or 0xD40DFB) is known color: Psychedelic Purple. HEX triplet: D4, 0D and FB. RGB value is (212,13,251). Sum of RGB (Red+Green+Blue) = 212+13+251=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 13 (5.47% from 255 or 2.73% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #D40DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40DFB is #2BF204. Grayscale: #626262. Windows color (decimal): -2880005 or 16453076. OLE color: 16453076.

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

Color convert

RGB 212 13 251 -
CMYK 0.16 0.95 0 0.02
HSL 290.17º 0.97% 0.52% -
HSV(B) 290.17º 0.95% 0.98% -
XYZ 44.71 21.25 93.01 -
YUV 99.63 213.43 208.15 -
System Red Green Blue C M Y K H S L
Decimal 212 13 251 0.16 0.95 0 0.02 290.17 0.97 0.52
Hex D4 D FB 10 5F 0 2 122 61 34
Octal 324 15 373 20 137 0 2 442 141 64
Binary 11010100 1101 11111011 10000 1011111 0 10 100100010 1100001 110100

Color Harmonies of #D40DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40DFB

Black with #D40DFB

Text Example


Text Example

White with #D40DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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