Html Css Color HEX #DD4278 Cranberry

📋 copy color: '#DD4278'

red 221 ◦ green 66 ◦ blue 120

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

Shades of Cranberry #DD4278

Tints of Cranberry #DD4278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.22%

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

R = 54.3%
G = 16.22%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD4278 (or 0xDD4278) is known color: Cranberry. HEX triplet: DD, 42 and 78. RGB value is (221,66,120). Sum of RGB (Red+Green+Blue) = 221+66+120=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4278 is #22BD87. Grayscale: #767676. Windows color (decimal): -2276744 or 7881437. OLE color: 7881437.

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

Color convert

RGB 221 66 120 -
CMYK 0 0.70 0.46 0.13
HSL 339.1º 0.7% 0.56% -
HSV(B) 339.1º 0.7% 0.87% -
XYZ 35.16 20.62 19.9 -
YUV 118.5 128.85 201.11 -
System Red Green Blue C M Y K H S L
Decimal 221 66 120 0 0.70 0.46 0.13 339.1 0.7 0.56
Hex DD 42 78 0 46 2E D 153 46 38
Octal 335 102 170 0 106 56 15 523 106 70
Binary 11011101 1000010 1111000 0 1000110 101110 1101 101010011 1000110 111000

Color Harmonies of #DD4278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4278

Black with #DD4278

Text Example


Text Example

White with #DD4278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4278; }

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

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

background-color css

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

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

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

border-color css

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

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

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