Html Css Color HEX #DD5278 Cranberry

📋 copy color: '#DD5278'

red 221 ◦ green 82 ◦ blue 120

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

Shades of Cranberry #DD5278

Tints of Cranberry #DD5278

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.39%

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

R = 52.25%
G = 19.39%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD5278 (or 0xDD5278) is known color: Cranberry. HEX triplet: DD, 52 and 78. RGB value is (221,82,120). Sum of RGB (Red+Green+Blue) = 221+82+120=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5278 is #22AD87. Grayscale: #7F7F7F. Windows color (decimal): -2272648 or 7885533. OLE color: 7885533.

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

Color convert

RGB 221 82 120 -
CMYK 0 0.63 0.46 0.13
HSL 343.6º 0.67% 0.59% -
HSV(B) 343.6º 0.63% 0.87% -
XYZ 36.23 22.76 20.25 -
YUV 127.89 123.55 194.41 -
System Red Green Blue C M Y K H S L
Decimal 221 82 120 0 0.63 0.46 0.13 343.6 0.67 0.59
Hex DD 52 78 0 3F 2E D 158 43 3B
Octal 335 122 170 0 77 56 15 530 103 73
Binary 11011101 1010010 1111000 0 111111 101110 1101 101011000 1000011 111011

Color Harmonies of #DD5278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5278

Black with #DD5278

Text Example


Text Example

White with #DD5278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5278; }

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

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

background-color css

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

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

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

border-color css

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

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

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