Html Css Color HEX #DD4069 Cerise

📋 copy color: '#DD4069'

red 221 ◦ green 64 ◦ blue 105

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

Shades of Cerise #DD4069

Tints of Cerise #DD4069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.41%

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

R = 56.67%
G = 16.41%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD4069 (or 0xDD4069) is known color: Cerise. HEX triplet: DD, 40 and 69. RGB value is (221,64,105). Sum of RGB (Red+Green+Blue) = 221+64+105=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4069 is #22BF96. Grayscale: #737373. Windows color (decimal): -2277271 or 6897885. OLE color: 6897885.

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

Color convert

RGB 221 64 105 -
CMYK 0 0.71 0.52 0.13
HSL 344.33º 0.7% 0.56% -
HSV(B) 344.33º 0.71% 0.87% -
XYZ 34.2 20.06 15.43 -
YUV 115.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 221 64 105 0 0.71 0.52 0.13 344.33 0.7 0.56
Hex DD 40 69 0 47 34 D 158 46 38
Octal 335 100 151 0 107 64 15 530 106 70
Binary 11011101 1000000 1101001 0 1000111 110100 1101 101011000 1000110 111000

Color Harmonies of #DD4069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4069

Black with #DD4069

Text Example


Text Example

White with #DD4069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4069; }

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

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

background-color css

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

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

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

border-color css

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

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

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