Html Css Color HEX #DF319A Deep Cerise

📋 copy color: '#DF319A'

red 223 ◦ green 49 ◦ blue 154

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

Shades of Deep Cerise #DF319A

Tints of Deep Cerise #DF319A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.5%

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

R = 52.35%
G = 11.5%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF319A (or 0xDF319A) is known color: Deep Cerise. HEX triplet: DF, 31 and 9A. RGB value is (223,49,154). Sum of RGB (Red+Green+Blue) = 223+49+154=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF319A is #20CE65. Grayscale: #707070. Windows color (decimal): -2149990 or 10105311. OLE color: 10105311.

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

Color convert

RGB 223 49 154 -
CMYK 0 0.78 0.31 0.13
HSL 323.79º 0.73% 0.53% -
HSV(B) 323.79º 0.78% 0.87% -
XYZ 37.36 20.22 32.51 -
YUV 113 151.15 206.46 -
System Red Green Blue C M Y K H S L
Decimal 223 49 154 0 0.78 0.31 0.13 323.79 0.73 0.53
Hex DF 31 9A 0 4E 1F D 144 49 35
Octal 337 61 232 0 116 37 15 504 111 65
Binary 11011111 110001 10011010 0 1001110 11111 1101 101000100 1001001 110101

Color Harmonies of #DF319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF319A

Black with #DF319A

Text Example


Text Example

White with #DF319A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF319A; }

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

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

background-color css

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

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

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

border-color css

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

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

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