Html Css Color HEX #FF217C Deep Pink

📋 copy color: '#FF217C'

red 255 ◦ green 33 ◦ blue 124

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

Shades of Deep Pink #FF217C

Tints of Deep Pink #FF217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.01%

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

R = 61.89%
G = 8.01%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF217C (or 0xFF217C) is known color: Deep Pink. HEX triplet: FF, 21 and 7C. RGB value is (255,33,124). Sum of RGB (Red+Green+Blue) = 255+33+124=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF217C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF217C is #00DE83. Grayscale: #6D6D6D. Windows color (decimal): -56964 or 8135167. OLE color: 8135167.

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

Color convert

RGB 255 33 124 -
CMYK 0 0.87 0.51 0
HSL 335.41º 1% 0.56% -
HSV(B) 335.41º 0.87% 1% -
XYZ 45.42 23.8 21.27 -
YUV 109.75 136.05 231.6 -
System Red Green Blue C M Y K H S L
Decimal 255 33 124 0 0.87 0.51 0 335.41 1 0.56
Hex FF 21 7C 0 57 33 0 14F 64 38
Octal 377 41 174 0 127 63 0 517 144 70
Binary 11111111 100001 1111100 0 1010111 110011 0 101001111 1100100 111000

Color Harmonies of #FF217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF217C

Black with #FF217C

Text Example


Text Example

White with #FF217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF217C; }

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

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

background-color css

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

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

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

border-color css

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

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

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