Html Css Color HEX #DF1A80 Deep Cerise

📋 copy color: '#DF1A80'

red 223 ◦ green 26 ◦ blue 128

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

Shades of Deep Cerise #DF1A80

Tints of Deep Cerise #DF1A80

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.9%

 BLUE value IS 128 (50.39% from 255) = 33.95%

R = 59.15%
G = 6.9%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF1A80 (or 0xDF1A80) is known color: Deep Cerise. HEX triplet: DF, 1A and 80. RGB value is (223,26,128). Sum of RGB (Red+Green+Blue) = 223+26+128=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1A80 is #20E57F. Grayscale: #606060. Windows color (decimal): -2155904 or 8395487. OLE color: 8395487.

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

Color convert

RGB 223 26 128 -
CMYK 0 0.88 0.43 0.13
HSL 328.93º 0.79% 0.49% -
HSV(B) 328.93º 0.88% 0.87% -
XYZ 34.7 17.99 22.06 -
YUV 96.53 145.77 218.21 -
System Red Green Blue C M Y K H S L
Decimal 223 26 128 0 0.88 0.43 0.13 328.93 0.79 0.49
Hex DF 1A 80 0 58 2B D 149 4F 31
Octal 337 32 200 0 130 53 15 511 117 61
Binary 11011111 11010 10000000 0 1011000 101011 1101 101001001 1001111 110001

Color Harmonies of #DF1A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1A80

Black with #DF1A80

Text Example


Text Example

White with #DF1A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1A80; }

 p { color: rgb(223,26,128); }

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

background-color css

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

 a { background-color: rgb(223,26,128); }

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

border-color css

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

 span { border-color: rgb(223,26,128); }

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