Html Css Color HEX #DD5A7A Cranberry

📋 copy color: '#DD5A7A'

red 221 ◦ green 90 ◦ blue 122

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

Shades of Cranberry #DD5A7A

Tints of Cranberry #DD5A7A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.79%

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

R = 51.04%
G = 20.79%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD5A7A (or 0xDD5A7A) is known color: Cranberry. HEX triplet: DD, 5A and 7A. RGB value is (221,90,122). Sum of RGB (Red+Green+Blue) = 221+90+122=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A7A is #22A585. Grayscale: #848484. Windows color (decimal): -2270598 or 8018653. OLE color: 8018653.

HSL color Cylindrical-coordinate representation of color #DD5A7A: hue angle of 345.34º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5A7A is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 90 122 -
CMYK 0 0.59 0.45 0.13
HSL 345.34º 0.66% 0.61% -
HSV(B) 345.34º 0.59% 0.87% -
XYZ 36.99 24.09 21.11 -
YUV 132.82 121.9 190.9 -
System Red Green Blue C M Y K H S L
Decimal 221 90 122 0 0.59 0.45 0.13 345.34 0.66 0.61
Hex DD 5A 7A 0 3B 2D D 159 42 3D
Octal 335 132 172 0 73 55 15 531 102 75
Binary 11011101 1011010 1111010 0 111011 101101 1101 101011001 1000010 111101

Color Harmonies of #DD5A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A7A

Black with #DD5A7A

Text Example


Text Example

White with #DD5A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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