Html Css Color HEX #DF349D Deep Cerise

📋 copy color: '#DF349D'

red 223 ◦ green 52 ◦ blue 157

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

Shades of Deep Cerise #DF349D

Tints of Deep Cerise #DF349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 51.62%
G = 12.04%
B = 36.34%

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

#DF349D (or 0xDF349D) is known color: Deep Cerise. HEX triplet: DF, 34 and 9D. RGB value is (223,52,157). Sum of RGB (Red+Green+Blue) = 223+52+157=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF349D is #20CB62. Grayscale: #727272. Windows color (decimal): -2149219 or 10302687. OLE color: 10302687.

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

Color convert

RGB 223 52 157 -
CMYK 0 0.77 0.30 0.13
HSL 323.16º 0.73% 0.54% -
HSV(B) 323.16º 0.77% 0.87% -
XYZ 37.75 20.58 33.88 -
YUV 115.1 151.65 204.96 -
System Red Green Blue C M Y K H S L
Decimal 223 52 157 0 0.77 0.30 0.13 323.16 0.73 0.54
Hex DF 34 9D 0 4D 1E D 143 49 36
Octal 337 64 235 0 115 36 15 503 111 66
Binary 11011111 110100 10011101 0 1001101 11110 1101 101000011 1001001 110110

Color Harmonies of #DF349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF349D

Black with #DF349D

Text Example


Text Example

White with #DF349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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