Html Css Color HEX #DF348C Deep Cerise

📋 copy color: '#DF348C'

red 223 ◦ green 52 ◦ blue 140

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

Shades of Deep Cerise #DF348C

Tints of Deep Cerise #DF348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 53.73%
G = 12.53%
B = 33.73%

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

#DF348C (or 0xDF348C) is known color: Deep Cerise. HEX triplet: DF, 34 and 8C. RGB value is (223,52,140). Sum of RGB (Red+Green+Blue) = 223+52+140=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF348C is #20CB73. Grayscale: #707070. Windows color (decimal): -2149236 or 9188575. OLE color: 9188575.

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

Color convert

RGB 223 52 140 -
CMYK 0 0.77 0.37 0.13
HSL 329.12º 0.73% 0.54% -
HSV(B) 329.12º 0.77% 0.87% -
XYZ 36.39 20.04 26.76 -
YUV 113.16 143.15 206.34 -
System Red Green Blue C M Y K H S L
Decimal 223 52 140 0 0.77 0.37 0.13 329.12 0.73 0.54
Hex DF 34 8C 0 4D 25 D 149 49 36
Octal 337 64 214 0 115 45 15 511 111 66
Binary 11011111 110100 10001100 0 1001101 100101 1101 101001001 1001001 110110

Color Harmonies of #DF348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF348C

Black with #DF348C

Text Example


Text Example

White with #DF348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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