Html Css Color HEX #DD5078 Cranberry

📋 copy color: '#DD5078'

red 221 ◦ green 80 ◦ blue 120

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

Shades of Cranberry #DD5078

Tints of Cranberry #DD5078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.5%

R = 52.49%
G = 19%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD5078 (or 0xDD5078) is known color: Cranberry. HEX triplet: DD, 50 and 78. RGB value is (221,80,120). Sum of RGB (Red+Green+Blue) = 221+80+120=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5078 is #22AF87. Grayscale: #7E7E7E. Windows color (decimal): -2273160 or 7885021. OLE color: 7885021.

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

Color convert

RGB 221 80 120 -
CMYK 0 0.64 0.46 0.13
HSL 342.98º 0.67% 0.59% -
HSV(B) 342.98º 0.64% 0.87% -
XYZ 36.08 22.47 20.2 -
YUV 126.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 221 80 120 0 0.64 0.46 0.13 342.98 0.67 0.59
Hex DD 50 78 0 40 2E D 157 43 3B
Octal 335 120 170 0 100 56 15 527 103 73
Binary 11011101 1010000 1111000 0 1000000 101110 1101 101010111 1000011 111011

Color Harmonies of #DD5078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5078

Black with #DD5078

Text Example


Text Example

White with #DD5078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5078; }

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

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

background-color css

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

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

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

border-color css

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

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

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