Html Css Color HEX #DD5F78 Cranberry

📋 copy color: '#DD5F78'

red 221 ◦ green 95 ◦ blue 120

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

Shades of Cranberry #DD5F78

Tints of Cranberry #DD5F78

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.79%

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

R = 50.69%
G = 21.79%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD5F78 (or 0xDD5F78) is known color: Cranberry. HEX triplet: DD, 5F and 78. RGB value is (221,95,120). Sum of RGB (Red+Green+Blue) = 221+95+120=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5F78 is #22A087. Grayscale: #878787. Windows color (decimal): -2269320 or 7888861. OLE color: 7888861.

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

Color convert

RGB 221 95 120 -
CMYK 0 0.57 0.46 0.13
HSL 348.1º 0.65% 0.62% -
HSV(B) 348.1º 0.57% 0.87% -
XYZ 37.3 24.91 20.61 -
YUV 135.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 221 95 120 0 0.57 0.46 0.13 348.1 0.65 0.62
Hex DD 5F 78 0 39 2E D 15C 41 3E
Octal 335 137 170 0 71 56 15 534 101 76
Binary 11011101 1011111 1111000 0 111001 101110 1101 101011100 1000001 111110

Color Harmonies of #DD5F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F78

Black with #DD5F78

Text Example


Text Example

White with #DD5F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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