Html Css Color HEX #DD3675 Cerise

📋 copy color: '#DD3675'

red 221 ◦ green 54 ◦ blue 117

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

Shades of Cerise #DD3675

Tints of Cerise #DD3675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.78%

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 56.38%
G = 13.78%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD3675 (or 0xDD3675) is known color: Cerise. HEX triplet: DD, 36 and 75. RGB value is (221,54,117). Sum of RGB (Red+Green+Blue) = 221+54+117=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3675 is #22C98A. Grayscale: #6F6F6F. Windows color (decimal): -2279819 or 7681757. OLE color: 7681757.

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

Color convert

RGB 221 54 117 -
CMYK 0 0.76 0.47 0.13
HSL 337.37º 0.71% 0.54% -
HSV(B) 337.37º 0.76% 0.87% -
XYZ 34.35 19.29 18.74 -
YUV 111.12 131.33 206.38 -
System Red Green Blue C M Y K H S L
Decimal 221 54 117 0 0.76 0.47 0.13 337.37 0.71 0.54
Hex DD 36 75 0 4C 2F D 151 47 36
Octal 335 66 165 0 114 57 15 521 107 66
Binary 11011101 110110 1110101 0 1001100 101111 1101 101010001 1000111 110110

Color Harmonies of #DD3675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3675

Black with #DD3675

Text Example


Text Example

White with #DD3675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3675; }

 p { color: rgb(221,54,117); }

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

background-color css

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

 a { background-color: rgb(221,54,117); }

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

border-color css

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

 span { border-color: rgb(221,54,117); }

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