Html Css Color HEX #DD4A7A Cranberry

📋 copy color: '#DD4A7A'

red 221 ◦ green 74 ◦ blue 122

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

Shades of Cranberry #DD4A7A

Tints of Cranberry #DD4A7A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.75%

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

R = 53%
G = 17.75%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD4A7A (or 0xDD4A7A) is known color: Cranberry. HEX triplet: DD, 4A and 7A. RGB value is (221,74,122). Sum of RGB (Red+Green+Blue) = 221+74+122=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4A7A is #22B585. Grayscale: #7B7B7B. Windows color (decimal): -2274694 or 8014557. OLE color: 8014557.

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

Color convert

RGB 221 74 122 -
CMYK 0 0.67 0.45 0.13
HSL 340.41º 0.68% 0.58% -
HSV(B) 340.41º 0.67% 0.87% -
XYZ 35.78 21.67 20.71 -
YUV 123.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 221 74 122 0 0.67 0.45 0.13 340.41 0.68 0.58
Hex DD 4A 7A 0 43 2D D 154 44 3A
Octal 335 112 172 0 103 55 15 524 104 72
Binary 11011101 1001010 1111010 0 1000011 101101 1101 101010100 1000100 111010

Color Harmonies of #DD4A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A7A

Black with #DD4A7A

Text Example


Text Example

White with #DD4A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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