Html Css Color HEX #DD4368 Cerise

📋 copy color: '#DD4368'

red 221 ◦ green 67 ◦ blue 104

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

Shades of Cerise #DD4368

Tints of Cerise #DD4368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.09%

 BLUE value IS 104 (41.02% from 255) = 26.53%

R = 56.38%
G = 17.09%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD4368 (or 0xDD4368) is known color: Cerise. HEX triplet: DD, 43 and 68. RGB value is (221,67,104). Sum of RGB (Red+Green+Blue) = 221+67+104=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4368 is #22BC97. Grayscale: #757575. Windows color (decimal): -2276504 or 6833117. OLE color: 6833117.

HSL color Cylindrical-coordinate representation of color #DD4368: hue angle of 345.58º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4368 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 67 104 -
CMYK 0 0.70 0.53 0.13
HSL 345.58º 0.69% 0.56% -
HSV(B) 345.58º 0.7% 0.87% -
XYZ 34.32 20.39 15.22 -
YUV 117.26 120.52 201.99 -
System Red Green Blue C M Y K H S L
Decimal 221 67 104 0 0.70 0.53 0.13 345.58 0.69 0.56
Hex DD 43 68 0 46 35 D 15A 45 38
Octal 335 103 150 0 106 65 15 532 105 70
Binary 11011101 1000011 1101000 0 1000110 110101 1101 101011010 1000101 111000

Color Harmonies of #DD4368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4368

Black with #DD4368

Text Example


Text Example

White with #DD4368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4368; }

 p { color: rgb(221,67,104); }

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

background-color css

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

 a { background-color: rgb(221,67,104); }

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

border-color css

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

 span { border-color: rgb(221,67,104); }

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