Html Css Color HEX #DD3F72 Cranberry

📋 copy color: '#DD3F72'

red 221 ◦ green 63 ◦ blue 114

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

Shades of Cranberry #DD3F72

Tints of Cranberry #DD3F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.64%

R = 55.53%
G = 15.83%
B = 28.64%

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

#DD3F72 (or 0xDD3F72) is known color: Cranberry. HEX triplet: DD, 3F and 72. RGB value is (221,63,114). Sum of RGB (Red+Green+Blue) = 221+63+114=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F72 is #22C08D. Grayscale: #747474. Windows color (decimal): -2277518 or 7487453. OLE color: 7487453.

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

Color convert

RGB 221 63 114 -
CMYK 0 0.71 0.48 0.13
HSL 340.63º 0.7% 0.56% -
HSV(B) 340.63º 0.71% 0.87% -
XYZ 34.63 20.14 17.98 -
YUV 116.06 126.85 202.85 -
System Red Green Blue C M Y K H S L
Decimal 221 63 114 0 0.71 0.48 0.13 340.63 0.7 0.56
Hex DD 3F 72 0 47 30 D 155 46 38
Octal 335 77 162 0 107 60 15 525 106 70
Binary 11011101 111111 1110010 0 1000111 110000 1101 101010101 1000110 111000

Color Harmonies of #DD3F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F72

Black with #DD3F72

Text Example


Text Example

White with #DD3F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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