Html Css Color HEX #DD4B7A Cranberry

📋 copy color: '#DD4B7A'

red 221 ◦ green 75 ◦ blue 122

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

Shades of Cranberry #DD4B7A

Tints of Cranberry #DD4B7A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.94%

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

R = 52.87%
G = 17.94%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD4B7A (or 0xDD4B7A) is known color: Cranberry. HEX triplet: DD, 4B and 7A. RGB value is (221,75,122). Sum of RGB (Red+Green+Blue) = 221+75+122=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4B7A is #22B485. Grayscale: #7B7B7B. Windows color (decimal): -2274438 or 8014813. OLE color: 8014813.

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

Color convert

RGB 221 75 122 -
CMYK 0 0.66 0.45 0.13
HSL 340.68º 0.68% 0.58% -
HSV(B) 340.68º 0.66% 0.87% -
XYZ 35.85 21.81 20.73 -
YUV 124.01 126.87 197.18 -
System Red Green Blue C M Y K H S L
Decimal 221 75 122 0 0.66 0.45 0.13 340.68 0.68 0.58
Hex DD 4B 7A 0 42 2D D 155 44 3A
Octal 335 113 172 0 102 55 15 525 104 72
Binary 11011101 1001011 1111010 0 1000010 101101 1101 101010101 1000100 111010

Color Harmonies of #DD4B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4B7A

Black with #DD4B7A

Text Example


Text Example

White with #DD4B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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