Html Css Color HEX #DD456C Cranberry

📋 copy color: '#DD456C'

red 221 ◦ green 69 ◦ blue 108

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

Shades of Cranberry #DD456C

Tints of Cranberry #DD456C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.34%

 BLUE value IS 108 (42.58% from 255) = 27.14%

R = 55.53%
G = 17.34%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD456C (or 0xDD456C) is known color: Cranberry. HEX triplet: DD, 45 and 6C. RGB value is (221,69,108). Sum of RGB (Red+Green+Blue) = 221+69+108=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD456C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD456C is #22BA93. Grayscale: #767676. Windows color (decimal): -2275988 or 7095773. OLE color: 7095773.

HSL color Cylindrical-coordinate representation of color #DD456C: hue angle of 344.61º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD456C is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 69 108 -
CMYK 0 0.69 0.51 0.13
HSL 344.61º 0.69% 0.57% -
HSV(B) 344.61º 0.69% 0.87% -
XYZ 34.65 20.71 16.36 -
YUV 118.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 221 69 108 0 0.69 0.51 0.13 344.61 0.69 0.57
Hex DD 45 6C 0 45 33 D 159 45 39
Octal 335 105 154 0 105 63 15 531 105 71
Binary 11011101 1000101 1101100 0 1000101 110011 1101 101011001 1000101 111001

Color Harmonies of #DD456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD456C

Black with #DD456C

Text Example


Text Example

White with #DD456C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD456C; }

 p { color: rgb(221,69,108); }

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

background-color css

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

 a { background-color: rgb(221,69,108); }

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

border-color css

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

 span { border-color: rgb(221,69,108); }

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