Html Css Color HEX #DF1C8A Deep Cerise

📋 copy color: '#DF1C8A'

red 223 ◦ green 28 ◦ blue 138

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

Shades of Deep Cerise #DF1C8A

Tints of Deep Cerise #DF1C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.48%

R = 57.33%
G = 7.2%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF1C8A (or 0xDF1C8A) is known color: Deep Cerise. HEX triplet: DF, 1C and 8A. RGB value is (223,28,138). Sum of RGB (Red+Green+Blue) = 223+28+138=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1C8A is #20E375. Grayscale: #626262. Windows color (decimal): -2155382 or 9051359. OLE color: 9051359.

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

Color convert

RGB 223 28 138 -
CMYK 0 0.87 0.38 0.13
HSL 326.15º 0.78% 0.49% -
HSV(B) 326.15º 0.87% 0.87% -
XYZ 35.43 18.35 25.72 -
YUV 98.85 150.1 216.56 -
System Red Green Blue C M Y K H S L
Decimal 223 28 138 0 0.87 0.38 0.13 326.15 0.78 0.49
Hex DF 1C 8A 0 57 26 D 146 4E 31
Octal 337 34 212 0 127 46 15 506 116 61
Binary 11011111 11100 10001010 0 1010111 100110 1101 101000110 1001110 110001

Color Harmonies of #DF1C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1C8A

Black with #DF1C8A

Text Example


Text Example

White with #DF1C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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