Html Css Color HEX #DD437A Cranberry

📋 copy color: '#DD437A'

red 221 ◦ green 67 ◦ blue 122

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

Shades of Cranberry #DD437A

Tints of Cranberry #DD437A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.34%

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

R = 53.9%
G = 16.34%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD437A (or 0xDD437A) is known color: Cranberry. HEX triplet: DD, 43 and 7A. RGB value is (221,67,122). Sum of RGB (Red+Green+Blue) = 221+67+122=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD437A is #22BC85. Grayscale: #777777. Windows color (decimal): -2276486 or 8012765. OLE color: 8012765.

HSL color Cylindrical-coordinate representation of color #DD437A: hue angle of 338.57º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD437A is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 67 122 -
CMYK 0 0.70 0.45 0.13
HSL 338.57º 0.69% 0.56% -
HSV(B) 338.57º 0.7% 0.87% -
XYZ 35.34 20.79 20.56 -
YUV 119.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 221 67 122 0 0.70 0.45 0.13 338.57 0.69 0.56
Hex DD 43 7A 0 46 2D D 153 45 38
Octal 335 103 172 0 106 55 15 523 105 70
Binary 11011101 1000011 1111010 0 1000110 101101 1101 101010011 1000101 111000

Color Harmonies of #DD437A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD437A

Black with #DD437A

Text Example


Text Example

White with #DD437A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD437A; }

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

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

background-color css

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

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

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

border-color css

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

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

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