Html Css Color HEX #DD346C Cerise

📋 copy color: '#DD346C'

red 221 ◦ green 52 ◦ blue 108

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

Shades of Cerise #DD346C

Tints of Cerise #DD346C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.35%

R = 58.01%
G = 13.65%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD346C (or 0xDD346C) is known color: Cerise. HEX triplet: DD, 34 and 6C. RGB value is (221,52,108). Sum of RGB (Red+Green+Blue) = 221+52+108=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD346C is #22CB93. Grayscale: #6C6C6C. Windows color (decimal): -2280340 or 7091421. OLE color: 7091421.

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

Color convert

RGB 221 52 108 -
CMYK 0 0.76 0.51 0.13
HSL 340.12º 0.71% 0.54% -
HSV(B) 340.12º 0.76% 0.87% -
XYZ 33.75 18.91 16.06 -
YUV 108.92 127.49 207.95 -
System Red Green Blue C M Y K H S L
Decimal 221 52 108 0 0.76 0.51 0.13 340.12 0.71 0.54
Hex DD 34 6C 0 4C 33 D 154 47 36
Octal 335 64 154 0 114 63 15 524 107 66
Binary 11011101 110100 1101100 0 1001100 110011 1101 101010100 1000111 110110

Color Harmonies of #DD346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD346C

Black with #DD346C

Text Example


Text Example

White with #DD346C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD346C; }

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

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

background-color css

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

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

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

border-color css

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

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

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