Html Css Color HEX #DD3F78 Cranberry

📋 copy color: '#DD3F78'

red 221 ◦ green 63 ◦ blue 120

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

Shades of Cranberry #DD3F78

Tints of Cranberry #DD3F78

RGB

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

 GREEN value IS 63 (25% from 255) = 15.59%

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

R = 54.7%
G = 15.59%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD3F78 (or 0xDD3F78) is known color: Cranberry. HEX triplet: DD, 3F and 78. RGB value is (221,63,120). Sum of RGB (Red+Green+Blue) = 221+63+120=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F78 is #22C087. Grayscale: #747474. Windows color (decimal): -2277512 or 7880669. OLE color: 7880669.

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

Color convert

RGB 221 63 120 -
CMYK 0 0.71 0.46 0.13
HSL 338.35º 0.7% 0.56% -
HSV(B) 338.35º 0.71% 0.87% -
XYZ 34.99 20.28 19.84 -
YUV 116.74 129.85 202.37 -
System Red Green Blue C M Y K H S L
Decimal 221 63 120 0 0.71 0.46 0.13 338.35 0.7 0.56
Hex DD 3F 78 0 47 2E D 152 46 38
Octal 335 77 170 0 107 56 15 522 106 70
Binary 11011101 111111 1111000 0 1000111 101110 1101 101010010 1000110 111000

Color Harmonies of #DD3F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F78

Black with #DD3F78

Text Example


Text Example

White with #DD3F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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