Html Css Color HEX #DD466C Cranberry

📋 copy color: '#DD466C'

red 221 ◦ green 70 ◦ blue 108

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

Shades of Cranberry #DD466C

Tints of Cranberry #DD466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.54%

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

R = 55.39%
G = 17.54%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD466C (or 0xDD466C) is known color: Cranberry. HEX triplet: DD, 46 and 6C. RGB value is (221,70,108). Sum of RGB (Red+Green+Blue) = 221+70+108=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD466C is #22B993. Grayscale: #777777. Windows color (decimal): -2275732 or 7096029. OLE color: 7096029.

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

Color convert

RGB 221 70 108 -
CMYK 0 0.68 0.51 0.13
HSL 344.9º 0.69% 0.57% -
HSV(B) 344.9º 0.68% 0.87% -
XYZ 34.72 20.84 16.38 -
YUV 119.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 221 70 108 0 0.68 0.51 0.13 344.9 0.69 0.57
Hex DD 46 6C 0 44 33 D 159 45 39
Octal 335 106 154 0 104 63 15 531 105 71
Binary 11011101 1000110 1101100 0 1000100 110011 1101 101011001 1000101 111001

Color Harmonies of #DD466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD466C

Black with #DD466C

Text Example


Text Example

White with #DD466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD466C; }

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

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

background-color css

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

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

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

border-color css

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

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

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