Html Css Color HEX #DD5074 Cranberry

📋 copy color: '#DD5074'

red 221 ◦ green 80 ◦ blue 116

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

Shades of Cranberry #DD5074

Tints of Cranberry #DD5074

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.18%

 BLUE value IS 116 (45.7% from 255) = 27.82%

R = 53%
G = 19.18%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD5074 (or 0xDD5074) is known color: Cranberry. HEX triplet: DD, 50 and 74. RGB value is (221,80,116). Sum of RGB (Red+Green+Blue) = 221+80+116=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5074 is #22AF8B. Grayscale: #7E7E7E. Windows color (decimal): -2273164 or 7622877. OLE color: 7622877.

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

Color convert

RGB 221 80 116 -
CMYK 0 0.64 0.48 0.13
HSL 344.68º 0.67% 0.59% -
HSV(B) 344.68º 0.64% 0.87% -
XYZ 35.84 22.37 18.95 -
YUV 126.26 122.21 195.57 -
System Red Green Blue C M Y K H S L
Decimal 221 80 116 0 0.64 0.48 0.13 344.68 0.67 0.59
Hex DD 50 74 0 40 30 D 159 43 3B
Octal 335 120 164 0 100 60 15 531 103 73
Binary 11011101 1010000 1110100 0 1000000 110000 1101 101011001 1000011 111011

Color Harmonies of #DD5074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5074

Black with #DD5074

Text Example


Text Example

White with #DD5074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5074; }

 p { color: rgb(221,80,116); }

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

background-color css

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

 a { background-color: rgb(221,80,116); }

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

border-color css

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

 span { border-color: rgb(221,80,116); }

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