Html Css Color HEX #FF217B Deep Pink

📋 copy color: '#FF217B'

red 255 ◦ green 33 ◦ blue 123

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

Shades of Deep Pink #FF217B

Tints of Deep Pink #FF217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.93%

R = 62.04%
G = 8.03%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF217B (or 0xFF217B) is known color: Deep Pink. HEX triplet: FF, 21 and 7B. RGB value is (255,33,123). Sum of RGB (Red+Green+Blue) = 255+33+123=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF217B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF217B is #00DE84. Grayscale: #6D6D6D. Windows color (decimal): -56965 or 8069631. OLE color: 8069631.

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

Color convert

RGB 255 33 123 -
CMYK 0 0.87 0.52 0
HSL 335.68º 1% 0.56% -
HSV(B) 335.68º 0.87% 1% -
XYZ 45.36 23.78 20.94 -
YUV 109.64 135.55 231.68 -
System Red Green Blue C M Y K H S L
Decimal 255 33 123 0 0.87 0.52 0 335.68 1 0.56
Hex FF 21 7B 0 57 34 0 150 64 38
Octal 377 41 173 0 127 64 0 520 144 70
Binary 11111111 100001 1111011 0 1010111 110100 0 101010000 1100100 111000

Color Harmonies of #FF217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF217B

Black with #FF217B

Text Example


Text Example

White with #FF217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF217B; }

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

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

background-color css

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

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

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

border-color css

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

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

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