Html Css Color HEX #DD3D6D Cerise

📋 copy color: '#DD3D6D'

red 221 ◦ green 61 ◦ blue 109

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

Shades of Cerise #DD3D6D

Tints of Cerise #DD3D6D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.6%

 BLUE value IS 109 (42.97% from 255) = 27.88%

R = 56.52%
G = 15.6%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD3D6D (or 0xDD3D6D) is known color: Cerise. HEX triplet: DD, 3D and 6D. RGB value is (221,61,109). Sum of RGB (Red+Green+Blue) = 221+61+109=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3D6D is #22C292. Grayscale: #727272. Windows color (decimal): -2278035 or 7159261. OLE color: 7159261.

HSL color Cylindrical-coordinate representation of color #DD3D6D: hue angle of 342º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3D6D is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 61 109 -
CMYK 0 0.72 0.51 0.13
HSL 342º 0.7% 0.55% -
HSV(B) 342º 0.72% 0.87% -
XYZ 34.25 19.81 16.49 -
YUV 114.31 125.01 204.1 -
System Red Green Blue C M Y K H S L
Decimal 221 61 109 0 0.72 0.51 0.13 342 0.7 0.55
Hex DD 3D 6D 0 48 33 D 156 46 37
Octal 335 75 155 0 110 63 15 526 106 67
Binary 11011101 111101 1101101 0 1001000 110011 1101 101010110 1000110 110111

Color Harmonies of #DD3D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D6D

Black with #DD3D6D

Text Example


Text Example

White with #DD3D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D6D; }

 p { color: rgb(221,61,109); }

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

background-color css

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

 a { background-color: rgb(221,61,109); }

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

border-color css

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

 span { border-color: rgb(221,61,109); }

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