Html Css Color HEX #DD5174 Cranberry

📋 copy color: '#DD5174'

red 221 ◦ green 81 ◦ blue 116

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

Shades of Cranberry #DD5174

Tints of Cranberry #DD5174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.38%

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 52.87%
G = 19.38%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD5174 (or 0xDD5174) is known color: Cranberry. HEX triplet: DD, 51 and 74. RGB value is (221,81,116). Sum of RGB (Red+Green+Blue) = 221+81+116=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5174 is #22AE8B. Grayscale: #7E7E7E. Windows color (decimal): -2272908 or 7623133. OLE color: 7623133.

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

Color convert

RGB 221 81 116 -
CMYK 0 0.63 0.48 0.13
HSL 345º 0.67% 0.59% -
HSV(B) 345º 0.63% 0.87% -
XYZ 35.91 22.52 18.98 -
YUV 126.85 121.88 195.15 -
System Red Green Blue C M Y K H S L
Decimal 221 81 116 0 0.63 0.48 0.13 345 0.67 0.59
Hex DD 51 74 0 3F 30 D 159 43 3B
Octal 335 121 164 0 77 60 15 531 103 73
Binary 11011101 1010001 1110100 0 111111 110000 1101 101011001 1000011 111011

Color Harmonies of #DD5174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5174

Black with #DD5174

Text Example


Text Example

White with #DD5174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5174; }

 p { color: rgb(221,81,116); }

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

background-color css

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

 a { background-color: rgb(221,81,116); }

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

border-color css

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

 span { border-color: rgb(221,81,116); }

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