Html Css Color HEX #DF348D Deep Cerise

📋 copy color: '#DF348D'

red 223 ◦ green 52 ◦ blue 141

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

Shades of Deep Cerise #DF348D

Tints of Deep Cerise #DF348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.89%

R = 53.61%
G = 12.5%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF348D (or 0xDF348D) is known color: Deep Cerise. HEX triplet: DF, 34 and 8D. RGB value is (223,52,141). Sum of RGB (Red+Green+Blue) = 223+52+141=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF348D is #20CB72. Grayscale: #717171. Windows color (decimal): -2149235 or 9254111. OLE color: 9254111.

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

Color convert

RGB 223 52 141 -
CMYK 0 0.77 0.37 0.13
HSL 328.77º 0.73% 0.54% -
HSV(B) 328.77º 0.77% 0.87% -
XYZ 36.47 20.07 27.15 -
YUV 113.28 143.65 206.26 -
System Red Green Blue C M Y K H S L
Decimal 223 52 141 0 0.77 0.37 0.13 328.77 0.73 0.54
Hex DF 34 8D 0 4D 25 D 149 49 36
Octal 337 64 215 0 115 45 15 511 111 66
Binary 11011111 110100 10001101 0 1001101 100101 1101 101001001 1001001 110110

Color Harmonies of #DF348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF348D

Black with #DF348D

Text Example


Text Example

White with #DF348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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