Html Css Color HEX #DF1C9A Deep Cerise

📋 copy color: '#DF1C9A'

red 223 ◦ green 28 ◦ blue 154

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

Shades of Deep Cerise #DF1C9A

Tints of Deep Cerise #DF1C9A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.91%

 BLUE value IS 154 (60.55% from 255) = 38.02%

R = 55.06%
G = 6.91%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF1C9A (or 0xDF1C9A) is known color: Deep Cerise. HEX triplet: DF, 1C and 9A. RGB value is (223,28,154). Sum of RGB (Red+Green+Blue) = 223+28+154=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1C9A is #20E365. Grayscale: #646464. Windows color (decimal): -2155366 or 10099935. OLE color: 10099935.

HSL color Cylindrical-coordinate representation of color #DF1C9A: hue angle of 321.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1C9A is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 28 154 -
CMYK 0 0.87 0.31 0.13
HSL 321.23º 0.78% 0.49% -
HSV(B) 321.23º 0.87% 0.87% -
XYZ 36.68 18.85 32.28 -
YUV 100.67 158.1 215.25 -
System Red Green Blue C M Y K H S L
Decimal 223 28 154 0 0.87 0.31 0.13 321.23 0.78 0.49
Hex DF 1C 9A 0 57 1F D 141 4E 31
Octal 337 34 232 0 127 37 15 501 116 61
Binary 11011111 11100 10011010 0 1010111 11111 1101 101000001 1001110 110001

Color Harmonies of #DF1C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1C9A

Black with #DF1C9A

Text Example


Text Example

White with #DF1C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1C9A; }

 p { color: rgb(223,28,154); }

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

background-color css

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

 a { background-color: rgb(223,28,154); }

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

border-color css

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

 span { border-color: rgb(223,28,154); }

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