Html Css Color HEX #DF349F Deep Cerise

📋 copy color: '#DF349F'

red 223 ◦ green 52 ◦ blue 159

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

Shades of Deep Cerise #DF349F

Tints of Deep Cerise #DF349F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.64%

R = 51.38%
G = 11.98%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF349F (or 0xDF349F) is known color: Deep Cerise. HEX triplet: DF, 34 and 9F. RGB value is (223,52,159). Sum of RGB (Red+Green+Blue) = 223+52+159=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF349F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF349F is #20CB60. Grayscale: #737373. Windows color (decimal): -2149217 or 10433759. OLE color: 10433759.

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

Color convert

RGB 223 52 159 -
CMYK 0 0.77 0.29 0.13
HSL 322.46º 0.73% 0.54% -
HSV(B) 322.46º 0.77% 0.87% -
XYZ 37.92 20.65 34.79 -
YUV 115.33 152.65 204.8 -
System Red Green Blue C M Y K H S L
Decimal 223 52 159 0 0.77 0.29 0.13 322.46 0.73 0.54
Hex DF 34 9F 0 4D 1D D 142 49 36
Octal 337 64 237 0 115 35 15 502 111 66
Binary 11011111 110100 10011111 0 1001101 11101 1101 101000010 1001001 110110

Color Harmonies of #DF349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF349F

Black with #DF349F

Text Example


Text Example

White with #DF349F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF349F; }

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

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

background-color css

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

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

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

border-color css

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

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

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