Html Css Color HEX #DD4A79 Cranberry

📋 copy color: '#DD4A79'

red 221 ◦ green 74 ◦ blue 121

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

Shades of Cranberry #DD4A79

Tints of Cranberry #DD4A79

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.79%

 BLUE value IS 121 (47.66% from 255) = 29.09%

R = 53.13%
G = 17.79%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD4A79 (or 0xDD4A79) is known color: Cranberry. HEX triplet: DD, 4A and 79. RGB value is (221,74,121). Sum of RGB (Red+Green+Blue) = 221+74+121=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4A79 is #22B586. Grayscale: #7B7B7B. Windows color (decimal): -2274695 or 7949021. OLE color: 7949021.

HSL color Cylindrical-coordinate representation of color #DD4A79: hue angle of 340.82º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4A79 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 74 121 -
CMYK 0 0.67 0.45 0.13
HSL 340.82º 0.68% 0.58% -
HSV(B) 340.82º 0.67% 0.87% -
XYZ 35.72 21.65 20.39 -
YUV 123.31 126.7 197.68 -
System Red Green Blue C M Y K H S L
Decimal 221 74 121 0 0.67 0.45 0.13 340.82 0.68 0.58
Hex DD 4A 79 0 43 2D D 155 44 3A
Octal 335 112 171 0 103 55 15 525 104 72
Binary 11011101 1001010 1111001 0 1000011 101101 1101 101010101 1000100 111010

Color Harmonies of #DD4A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A79

Black with #DD4A79

Text Example


Text Example

White with #DD4A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A79; }

 p { color: rgb(221,74,121); }

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

background-color css

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

 a { background-color: rgb(221,74,121); }

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

border-color css

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

 span { border-color: rgb(221,74,121); }

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