Html Css Color HEX #FF1D7C Deep Pink

📋 copy color: '#FF1D7C'

red 255 ◦ green 29 ◦ blue 124

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

Shades of Deep Pink #FF1D7C

Tints of Deep Pink #FF1D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.39%

R = 62.5%
G = 7.11%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF1D7C (or 0xFF1D7C) is known color: Deep Pink. HEX triplet: FF, 1D and 7C. RGB value is (255,29,124). Sum of RGB (Red+Green+Blue) = 255+29+124=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1D7C is #00E283. Grayscale: #6B6B6B. Windows color (decimal): -57988 or 8134143. OLE color: 8134143.

HSL color Cylindrical-coordinate representation of color #FF1D7C: hue angle of 334.78º 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 #FF1D7C is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 29 124 -
CMYK 0 0.89 0.51 0
HSL 334.78º 1% 0.56% -
HSV(B) 334.78º 0.89% 1% -
XYZ 45.32 23.59 21.23 -
YUV 107.4 137.37 233.28 -
System Red Green Blue C M Y K H S L
Decimal 255 29 124 0 0.89 0.51 0 334.78 1 0.56
Hex FF 1D 7C 0 59 33 0 14F 64 38
Octal 377 35 174 0 131 63 0 517 144 70
Binary 11111111 11101 1111100 0 1011001 110011 0 101001111 1100100 111000

Color Harmonies of #FF1D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1D7C

Black with #FF1D7C

Text Example


Text Example

White with #FF1D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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