Html Css Color HEX #DD346F Cerise

📋 copy color: '#DD346F'

red 221 ◦ green 52 ◦ blue 111

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

Shades of Cerise #DD346F

Tints of Cerise #DD346F

RGB

 RED value IS 221 (86.72% from 255) = 57.55%

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

 BLUE value IS 111 (43.75% from 255) = 28.91%

R = 57.55%
G = 13.54%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD346F (or 0xDD346F) is known color: Cerise. HEX triplet: DD, 34 and 6F. RGB value is (221,52,111). Sum of RGB (Red+Green+Blue) = 221+52+111=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD346F is #22CB90. Grayscale: #6D6D6D. Windows color (decimal): -2280337 or 7288029. OLE color: 7288029.

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

Color convert

RGB 221 52 111 -
CMYK 0 0.76 0.50 0.13
HSL 339.05º 0.71% 0.54% -
HSV(B) 339.05º 0.76% 0.87% -
XYZ 33.92 18.98 16.91 -
YUV 109.26 128.99 207.7 -
System Red Green Blue C M Y K H S L
Decimal 221 52 111 0 0.76 0.50 0.13 339.05 0.71 0.54
Hex DD 34 6F 0 4C 32 D 153 47 36
Octal 335 64 157 0 114 62 15 523 107 66
Binary 11011101 110100 1101111 0 1001100 110010 1101 101010011 1000111 110110

Color Harmonies of #DD346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD346F

Black with #DD346F

Text Example


Text Example

White with #DD346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD346F; }

 p { color: rgb(221,52,111); }

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

background-color css

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

 a { background-color: rgb(221,52,111); }

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

border-color css

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

 span { border-color: rgb(221,52,111); }

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