Html Css Color HEX #DF217B Deep Cerise

📋 copy color: '#DF217B'

red 223 ◦ green 33 ◦ blue 123

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

Shades of Deep Cerise #DF217B

Tints of Deep Cerise #DF217B

RGB

 RED value IS 223 (87.5% from 255) = 58.84%

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

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

R = 58.84%
G = 8.71%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF217B (or 0xDF217B) is known color: Deep Cerise. HEX triplet: DF, 21 and 7B. RGB value is (223,33,123). Sum of RGB (Red+Green+Blue) = 223+33+123=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF217B is #20DE84. Grayscale: #636363. Windows color (decimal): -2154117 or 8069599. OLE color: 8069599.

HSL color Cylindrical-coordinate representation of color #DF217B: hue angle of 331.58º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF217B is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 33 123 -
CMYK 0 0.85 0.45 0.13
HSL 331.58º 0.75% 0.5% -
HSV(B) 331.58º 0.85% 0.87% -
XYZ 34.55 18.21 20.43 -
YUV 100.07 140.95 215.68 -
System Red Green Blue C M Y K H S L
Decimal 223 33 123 0 0.85 0.45 0.13 331.58 0.75 0.5
Hex DF 21 7B 0 55 2D D 14C 4B 32
Octal 337 41 173 0 125 55 15 514 113 62
Binary 11011111 100001 1111011 0 1010101 101101 1101 101001100 1001011 110010

Color Harmonies of #DF217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF217B

Black with #DF217B

Text Example


Text Example

White with #DF217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF217B; }

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

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

background-color css

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

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

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

border-color css

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

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

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