Html Css Color HEX #DD4C6B Cranberry

📋 copy color: '#DD4C6B'

red 221 ◦ green 76 ◦ blue 107

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

Shades of Cranberry #DD4C6B

Tints of Cranberry #DD4C6B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.81%

 BLUE value IS 107 (42.19% from 255) = 26.49%

R = 54.7%
G = 18.81%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD4C6B (or 0xDD4C6B) is known color: Cranberry. HEX triplet: DD, 4C and 6B. RGB value is (221,76,107). Sum of RGB (Red+Green+Blue) = 221+76+107=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4C6B is #22B394. Grayscale: #7A7A7A. Windows color (decimal): -2274197 or 7032029. OLE color: 7032029.

HSL color Cylindrical-coordinate representation of color #DD4C6B: hue angle of 347.17º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4C6B is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 76 107 -
CMYK 0 0.66 0.52 0.13
HSL 347.17º 0.68% 0.58% -
HSV(B) 347.17º 0.66% 0.87% -
XYZ 35.06 21.6 16.23 -
YUV 122.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 221 76 107 0 0.66 0.52 0.13 347.17 0.68 0.58
Hex DD 4C 6B 0 42 34 D 15B 44 3A
Octal 335 114 153 0 102 64 15 533 104 72
Binary 11011101 1001100 1101011 0 1000010 110100 1101 101011011 1000100 111010

Color Harmonies of #DD4C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C6B

Black with #DD4C6B

Text Example


Text Example

White with #DD4C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C6B; }

 p { color: rgb(221,76,107); }

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

background-color css

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

 a { background-color: rgb(221,76,107); }

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

border-color css

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

 span { border-color: rgb(221,76,107); }

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