Html Css Color HEX #DD3F7C Cranberry

📋 copy color: '#DD3F7C'

red 221 ◦ green 63 ◦ blue 124

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

Shades of Cranberry #DD3F7C

Tints of Cranberry #DD3F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.39%

R = 54.17%
G = 15.44%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD3F7C (or 0xDD3F7C) is known color: Cranberry. HEX triplet: DD, 3F and 7C. RGB value is (221,63,124). Sum of RGB (Red+Green+Blue) = 221+63+124=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 63 (25% from 255 or 15.44% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F7C is #22C083. Grayscale: #757575. Windows color (decimal): -2277508 or 8142813. OLE color: 8142813.

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

Color convert

RGB 221 63 124 -
CMYK 0 0.71 0.44 0.13
HSL 336.84º 0.7% 0.56% -
HSV(B) 336.84º 0.71% 0.87% -
XYZ 35.23 20.38 21.15 -
YUV 117.2 131.85 202.04 -
System Red Green Blue C M Y K H S L
Decimal 221 63 124 0 0.71 0.44 0.13 336.84 0.7 0.56
Hex DD 3F 7C 0 47 2C D 151 46 38
Octal 335 77 174 0 107 54 15 521 106 70
Binary 11011101 111111 1111100 0 1000111 101100 1101 101010001 1000110 111000

Color Harmonies of #DD3F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F7C

Black with #DD3F7C

Text Example


Text Example

White with #DD3F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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