Html Css Color HEX #DD345F Cerise

📋 copy color: '#DD345F'

red 221 ◦ green 52 ◦ blue 95

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

Shades of Cerise #DD345F

Tints of Cerise #DD345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.82%

R = 60.05%
G = 14.13%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD345F (or 0xDD345F) is known color: Cerise. HEX triplet: DD, 34 and 5F. RGB value is (221,52,95). Sum of RGB (Red+Green+Blue) = 221+52+95=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD345F is #22CBA0. Grayscale: #6B6B6B. Windows color (decimal): -2280353 or 6239453. OLE color: 6239453.

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

Color convert

RGB 221 52 95 -
CMYK 0 0.76 0.57 0.13
HSL 344.73º 0.71% 0.54% -
HSV(B) 344.73º 0.76% 0.87% -
XYZ 33.11 18.65 12.68 -
YUV 107.43 120.99 209 -
System Red Green Blue C M Y K H S L
Decimal 221 52 95 0 0.76 0.57 0.13 344.73 0.71 0.54
Hex DD 34 5F 0 4C 39 D 159 47 36
Octal 335 64 137 0 114 71 15 531 107 66
Binary 11011101 110100 1011111 0 1001100 111001 1101 101011001 1000111 110110

Color Harmonies of #DD345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD345F

Black with #DD345F

Text Example


Text Example

White with #DD345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD345F; }

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

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

background-color css

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

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

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

border-color css

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

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

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