Html Css Color HEX #DD467A Cranberry

📋 copy color: '#DD467A'

red 221 ◦ green 70 ◦ blue 122

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

Shades of Cranberry #DD467A

Tints of Cranberry #DD467A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 53.51%
G = 16.95%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD467A (or 0xDD467A) is known color: Cranberry. HEX triplet: DD, 46 and 7A. RGB value is (221,70,122). Sum of RGB (Red+Green+Blue) = 221+70+122=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD467A is #22B985. Grayscale: #797979. Windows color (decimal): -2275718 or 8013533. OLE color: 8013533.

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

Color convert

RGB 221 70 122 -
CMYK 0 0.68 0.45 0.13
HSL 339.34º 0.69% 0.57% -
HSV(B) 339.34º 0.68% 0.87% -
XYZ 35.52 21.16 20.62 -
YUV 121.08 128.53 199.27 -
System Red Green Blue C M Y K H S L
Decimal 221 70 122 0 0.68 0.45 0.13 339.34 0.69 0.57
Hex DD 46 7A 0 44 2D D 153 45 39
Octal 335 106 172 0 104 55 15 523 105 71
Binary 11011101 1000110 1111010 0 1000100 101101 1101 101010011 1000101 111001

Color Harmonies of #DD467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD467A

Black with #DD467A

Text Example


Text Example

White with #DD467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD467A; }

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

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

background-color css

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

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

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

border-color css

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

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

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