Html Css Color HEX #DD4369 Cerise

📋 copy color: '#DD4369'

red 221 ◦ green 67 ◦ blue 105

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

Shades of Cerise #DD4369

Tints of Cerise #DD4369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.72%

R = 56.23%
G = 17.05%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD4369 (or 0xDD4369) is known color: Cerise. HEX triplet: DD, 43 and 69. RGB value is (221,67,105). Sum of RGB (Red+Green+Blue) = 221+67+105=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4369 is #22BC96. Grayscale: #757575. Windows color (decimal): -2276503 or 6898653. OLE color: 6898653.

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

Color convert

RGB 221 67 105 -
CMYK 0 0.70 0.52 0.13
HSL 345.19º 0.69% 0.56% -
HSV(B) 345.19º 0.7% 0.87% -
XYZ 34.38 20.41 15.49 -
YUV 117.38 121.02 201.91 -
System Red Green Blue C M Y K H S L
Decimal 221 67 105 0 0.70 0.52 0.13 345.19 0.69 0.56
Hex DD 43 69 0 46 34 D 159 45 38
Octal 335 103 151 0 106 64 15 531 105 70
Binary 11011101 1000011 1101001 0 1000110 110100 1101 101011001 1000101 111000

Color Harmonies of #DD4369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4369

Black with #DD4369

Text Example


Text Example

White with #DD4369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4369; }

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

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

background-color css

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

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

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

border-color css

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

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

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