Html Css Color HEX #DD476C Cranberry

📋 copy color: '#DD476C'

red 221 ◦ green 71 ◦ blue 108

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

Shades of Cranberry #DD476C

Tints of Cranberry #DD476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.75%

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

R = 55.25%
G = 17.75%
B = 27%

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

#DD476C (or 0xDD476C) is known color: Cranberry. HEX triplet: DD, 47 and 6C. RGB value is (221,71,108). Sum of RGB (Red+Green+Blue) = 221+71+108=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD476C is #22B893. Grayscale: #787878. Windows color (decimal): -2275476 or 7096285. OLE color: 7096285.

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

Color convert

RGB 221 71 108 -
CMYK 0 0.68 0.51 0.13
HSL 345.2º 0.69% 0.57% -
HSV(B) 345.2º 0.68% 0.87% -
XYZ 34.78 20.96 16.4 -
YUV 120.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 221 71 108 0 0.68 0.51 0.13 345.2 0.69 0.57
Hex DD 47 6C 0 44 33 D 159 45 39
Octal 335 107 154 0 104 63 15 531 105 71
Binary 11011101 1000111 1101100 0 1000100 110011 1101 101011001 1000101 111001

Color Harmonies of #DD476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD476C

Black with #DD476C

Text Example


Text Example

White with #DD476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD476C; }

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

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

background-color css

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

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

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

border-color css

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

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

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