Html Css Color HEX #DD3F74 Cranberry

📋 copy color: '#DD3F74'

red 221 ◦ green 63 ◦ blue 116

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

Shades of Cranberry #DD3F74

Tints of Cranberry #DD3F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29%

R = 55.25%
G = 15.75%
B = 29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD3F74 (or 0xDD3F74) is known color: Cranberry. HEX triplet: DD, 3F and 74. RGB value is (221,63,116). Sum of RGB (Red+Green+Blue) = 221+63+116=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F74 is #22C08B. Grayscale: #747474. Windows color (decimal): -2277516 or 7618525. OLE color: 7618525.

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

Color convert

RGB 221 63 116 -
CMYK 0 0.71 0.48 0.13
HSL 339.87º 0.7% 0.56% -
HSV(B) 339.87º 0.71% 0.87% -
XYZ 34.75 20.19 18.59 -
YUV 116.28 127.85 202.69 -
System Red Green Blue C M Y K H S L
Decimal 221 63 116 0 0.71 0.48 0.13 339.87 0.7 0.56
Hex DD 3F 74 0 47 30 D 154 46 38
Octal 335 77 164 0 107 60 15 524 106 70
Binary 11011101 111111 1110100 0 1000111 110000 1101 101010100 1000110 111000

Color Harmonies of #DD3F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F74

Black with #DD3F74

Text Example


Text Example

White with #DD3F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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