Html Css Color HEX #DD617B Cranberry

📋 copy color: '#DD617B'

red 221 ◦ green 97 ◦ blue 123

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

Shades of Cranberry #DD617B

Tints of Cranberry #DD617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22%

 BLUE value IS 123 (48.44% from 255) = 27.89%

R = 50.11%
G = 22%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD617B (or 0xDD617B) is known color: Cranberry. HEX triplet: DD, 61 and 7B. RGB value is (221,97,123). Sum of RGB (Red+Green+Blue) = 221+97+123=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD617B is #229E84. Grayscale: #898989. Windows color (decimal): -2268805 or 8085981. OLE color: 8085981.

HSL color Cylindrical-coordinate representation of color #DD617B: hue angle of 347.42º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD617B is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 97 123 -
CMYK 0 0.56 0.44 0.13
HSL 347.42º 0.65% 0.62% -
HSV(B) 347.42º 0.56% 0.87% -
XYZ 37.67 25.35 21.65 -
YUV 137.04 120.08 187.89 -
System Red Green Blue C M Y K H S L
Decimal 221 97 123 0 0.56 0.44 0.13 347.42 0.65 0.62
Hex DD 61 7B 0 38 2C D 15B 41 3E
Octal 335 141 173 0 70 54 15 533 101 76
Binary 11011101 1100001 1111011 0 111000 101100 1101 101011011 1000001 111110

Color Harmonies of #DD617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD617B

Black with #DD617B

Text Example


Text Example

White with #DD617B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD617B; }

 p { color: rgb(221,97,123); }

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

background-color css

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

 a { background-color: rgb(221,97,123); }

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

border-color css

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

 span { border-color: rgb(221,97,123); }

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