Html Css Color HEX #D40FFB Psychedelic Purple

📋 copy color: '#D40FFB'

red 212 ◦ green 15 ◦ blue 251

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

Shades of Psychedelic Purple #D40FFB

Tints of Psychedelic Purple #D40FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.14%

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

R = 44.35%
G = 3.14%
B = 52.51%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D40FFB (or 0xD40FFB) is known color: Psychedelic Purple. HEX triplet: D4, 0F and FB. RGB value is (212,15,251). Sum of RGB (Red+Green+Blue) = 212+15+251=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 15 (6.25% from 255 or 3.14% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #D40FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40FFB is #2BF004. Grayscale: #646464. Windows color (decimal): -2879493 or 16453588. OLE color: 16453588.

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

Color convert

RGB 212 15 251 -
CMYK 0.16 0.94 0 0.02
HSL 290.08º 0.97% 0.52% -
HSV(B) 290.08º 0.94% 0.98% -
XYZ 44.73 21.3 93.02 -
YUV 100.81 212.77 207.31 -
System Red Green Blue C M Y K H S L
Decimal 212 15 251 0.16 0.94 0 0.02 290.08 0.97 0.52
Hex D4 F FB 10 5E 0 2 122 61 34
Octal 324 17 373 20 136 0 2 442 141 64
Binary 11010100 1111 11111011 10000 1011110 0 10 100100010 1100001 110100

Color Harmonies of #D40FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40FFB

Black with #D40FFB

Text Example


Text Example

White with #D40FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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