Html Css Color HEX #DF349C Deep Cerise

📋 copy color: '#DF349C'

red 223 ◦ green 52 ◦ blue 156

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

Shades of Deep Cerise #DF349C

Tints of Deep Cerise #DF349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.06%

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 51.74%
G = 12.06%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF349C (or 0xDF349C) is known color: Deep Cerise. HEX triplet: DF, 34 and 9C. RGB value is (223,52,156). Sum of RGB (Red+Green+Blue) = 223+52+156=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF349C is #20CB63. Grayscale: #727272. Windows color (decimal): -2149220 or 10237151. OLE color: 10237151.

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

Color convert

RGB 223 52 156 -
CMYK 0 0.77 0.30 0.13
HSL 323.51º 0.73% 0.54% -
HSV(B) 323.51º 0.77% 0.87% -
XYZ 37.66 20.54 33.43 -
YUV 114.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 223 52 156 0 0.77 0.30 0.13 323.51 0.73 0.54
Hex DF 34 9C 0 4D 1E D 144 49 36
Octal 337 64 234 0 115 36 15 504 111 66
Binary 11011111 110100 10011100 0 1001101 11110 1101 101000100 1001001 110110

Color Harmonies of #DF349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF349C

Black with #DF349C

Text Example


Text Example

White with #DF349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF349C; }

 p { color: rgb(223,52,156); }

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

background-color css

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

 a { background-color: rgb(223,52,156); }

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

border-color css

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

 span { border-color: rgb(223,52,156); }

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