Html Css Color HEX #DD4671 Cranberry

📋 copy color: '#DD4671'

red 221 ◦ green 70 ◦ blue 113

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

Shades of Cranberry #DD4671

Tints of Cranberry #DD4671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.33%

 BLUE value IS 113 (44.53% from 255) = 27.97%

R = 54.7%
G = 17.33%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD4671 (or 0xDD4671) is known color: Cranberry. HEX triplet: DD, 46 and 71. RGB value is (221,70,113). Sum of RGB (Red+Green+Blue) = 221+70+113=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4671 is #22B98E. Grayscale: #787878. Windows color (decimal): -2275727 or 7423709. OLE color: 7423709.

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

Color convert

RGB 221 70 113 -
CMYK 0 0.68 0.49 0.13
HSL 342.91º 0.69% 0.57% -
HSV(B) 342.91º 0.68% 0.87% -
XYZ 34.99 20.94 17.82 -
YUV 120.05 124.03 200 -
System Red Green Blue C M Y K H S L
Decimal 221 70 113 0 0.68 0.49 0.13 342.91 0.69 0.57
Hex DD 46 71 0 44 31 D 157 45 39
Octal 335 106 161 0 104 61 15 527 105 71
Binary 11011101 1000110 1110001 0 1000100 110001 1101 101010111 1000101 111001

Color Harmonies of #DD4671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4671

Black with #DD4671

Text Example


Text Example

White with #DD4671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4671; }

 p { color: rgb(221,70,113); }

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

background-color css

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

 a { background-color: rgb(221,70,113); }

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

border-color css

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

 span { border-color: rgb(221,70,113); }

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