Html Css Color HEX #DD466F Cranberry

📋 copy color: '#DD466F'

red 221 ◦ green 70 ◦ blue 111

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

Shades of Cranberry #DD466F

Tints of Cranberry #DD466F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.61%

R = 54.98%
G = 17.41%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD466F (or 0xDD466F) is known color: Cranberry. HEX triplet: DD, 46 and 6F. RGB value is (221,70,111). Sum of RGB (Red+Green+Blue) = 221+70+111=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD466F is #22B990. Grayscale: #777777. Windows color (decimal): -2275729 or 7292637. OLE color: 7292637.

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

Color convert

RGB 221 70 111 -
CMYK 0 0.68 0.50 0.13
HSL 343.71º 0.69% 0.57% -
HSV(B) 343.71º 0.68% 0.87% -
XYZ 34.88 20.9 17.23 -
YUV 119.82 123.03 200.17 -
System Red Green Blue C M Y K H S L
Decimal 221 70 111 0 0.68 0.50 0.13 343.71 0.69 0.57
Hex DD 46 6F 0 44 32 D 158 45 39
Octal 335 106 157 0 104 62 15 530 105 71
Binary 11011101 1000110 1101111 0 1000100 110010 1101 101011000 1000101 111001

Color Harmonies of #DD466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD466F

Black with #DD466F

Text Example


Text Example

White with #DD466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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