Html Css Color HEX #DD3D74 Cranberry

📋 copy color: '#DD3D74'

red 221 ◦ green 61 ◦ blue 116

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

Shades of Cranberry #DD3D74

Tints of Cranberry #DD3D74

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.33%

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

R = 55.53%
G = 15.33%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD3D74 (or 0xDD3D74) is known color: Cranberry. HEX triplet: DD, 3D and 74. RGB value is (221,61,116). Sum of RGB (Red+Green+Blue) = 221+61+116=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3D74 is #22C28B. Grayscale: #737373. Windows color (decimal): -2278028 or 7618013. OLE color: 7618013.

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

Color convert

RGB 221 61 116 -
CMYK 0 0.72 0.48 0.13
HSL 339.38º 0.7% 0.55% -
HSV(B) 339.38º 0.72% 0.87% -
XYZ 34.64 19.97 18.55 -
YUV 115.11 128.51 203.53 -
System Red Green Blue C M Y K H S L
Decimal 221 61 116 0 0.72 0.48 0.13 339.38 0.7 0.55
Hex DD 3D 74 0 48 30 D 153 46 37
Octal 335 75 164 0 110 60 15 523 106 67
Binary 11011101 111101 1110100 0 1001000 110000 1101 101010011 1000110 110111

Color Harmonies of #DD3D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D74

Black with #DD3D74

Text Example


Text Example

White with #DD3D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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