Html Css Color HEX #FF1D78 Deep Pink

📋 copy color: '#FF1D78'

red 255 ◦ green 29 ◦ blue 120

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

Shades of Deep Pink #FF1D78

Tints of Deep Pink #FF1D78

RGB

 RED value IS 255 (100% from 255) = 63.12%

 GREEN value IS 29 (11.72% from 255) = 7.18%

 BLUE value IS 120 (47.27% from 255) = 29.7%

R = 63.12%
G = 7.18%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF1D78 (or 0xFF1D78) is known color: Deep Pink. HEX triplet: FF, 1D and 78. RGB value is (255,29,120). Sum of RGB (Red+Green+Blue) = 255+29+120=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1D78 is #00E287. Grayscale: #6A6A6A. Windows color (decimal): -57992 or 7871999. OLE color: 7871999.

HSL color Cylindrical-coordinate representation of color #FF1D78: hue angle of 335.84º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1D78 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 29 120 -
CMYK 0 0.89 0.53 0
HSL 335.84º 1% 0.56% -
HSV(B) 335.84º 0.89% 1% -
XYZ 45.07 23.49 19.93 -
YUV 106.95 135.37 233.6 -
System Red Green Blue C M Y K H S L
Decimal 255 29 120 0 0.89 0.53 0 335.84 1 0.56
Hex FF 1D 78 0 59 35 0 150 64 38
Octal 377 35 170 0 131 65 0 520 144 70
Binary 11111111 11101 1111000 0 1011001 110101 0 101010000 1100100 111000

Color Harmonies of #FF1D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1D78

Black with #FF1D78

Text Example


Text Example

White with #FF1D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1D78; }

 p { color: rgb(255,29,120); }

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

background-color css

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

 a { background-color: rgb(255,29,120); }

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

border-color css

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

 span { border-color: rgb(255,29,120); }

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