Html Css Color HEX #DD4B6A Cranberry

📋 copy color: '#DD4B6A'

red 221 ◦ green 75 ◦ blue 106

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

Shades of Cranberry #DD4B6A

Tints of Cranberry #DD4B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.37%

R = 54.98%
G = 18.66%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD4B6A (or 0xDD4B6A) is known color: Cranberry. HEX triplet: DD, 4B and 6A. RGB value is (221,75,106). Sum of RGB (Red+Green+Blue) = 221+75+106=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4B6A is #22B495. Grayscale: #7A7A7A. Windows color (decimal): -2274454 or 6966237. OLE color: 6966237.

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

Color convert

RGB 221 75 106 -
CMYK 0 0.66 0.52 0.13
HSL 347.26º 0.68% 0.58% -
HSV(B) 347.26º 0.66% 0.87% -
XYZ 34.94 21.44 15.93 -
YUV 122.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 221 75 106 0 0.66 0.52 0.13 347.26 0.68 0.58
Hex DD 4B 6A 0 42 34 D 15B 44 3A
Octal 335 113 152 0 102 64 15 533 104 72
Binary 11011101 1001011 1101010 0 1000010 110100 1101 101011011 1000100 111010

Color Harmonies of #DD4B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4B6A

Black with #DD4B6A

Text Example


Text Example

White with #DD4B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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