Html Css Color HEX #DD466A Cranberry

📋 copy color: '#DD466A'

red 221 ◦ green 70 ◦ blue 106

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

Shades of Cranberry #DD466A

Tints of Cranberry #DD466A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.7%

R = 55.67%
G = 17.63%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD466A (or 0xDD466A) is known color: Cranberry. HEX triplet: DD, 46 and 6A. RGB value is (221,70,106). Sum of RGB (Red+Green+Blue) = 221+70+106=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD466A is #22B995. Grayscale: #777777. Windows color (decimal): -2275734 or 6964957. OLE color: 6964957.

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

Color convert

RGB 221 70 106 -
CMYK 0 0.68 0.52 0.13
HSL 345.7º 0.69% 0.57% -
HSV(B) 345.7º 0.68% 0.87% -
XYZ 34.61 20.79 15.82 -
YUV 119.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 221 70 106 0 0.68 0.52 0.13 345.7 0.69 0.57
Hex DD 46 6A 0 44 34 D 15A 45 39
Octal 335 106 152 0 104 64 15 532 105 71
Binary 11011101 1000110 1101010 0 1000100 110100 1101 101011010 1000101 111001

Color Harmonies of #DD466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD466A

Black with #DD466A

Text Example


Text Example

White with #DD466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD466A; }

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

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

background-color css

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

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

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

border-color css

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

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

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