Html Css Color HEX #DD567C Cranberry

📋 copy color: '#DD567C'

red 221 ◦ green 86 ◦ blue 124

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

Shades of Cranberry #DD567C

Tints of Cranberry #DD567C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.95%

 BLUE value IS 124 (48.83% from 255) = 28.77%

R = 51.28%
G = 19.95%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD567C (or 0xDD567C) is known color: Cranberry. HEX triplet: DD, 56 and 7C. RGB value is (221,86,124). Sum of RGB (Red+Green+Blue) = 221+86+124=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD567C is #22A983. Grayscale: #828282. Windows color (decimal): -2271620 or 8148701. OLE color: 8148701.

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

Color convert

RGB 221 86 124 -
CMYK 0 0.61 0.44 0.13
HSL 343.11º 0.67% 0.6% -
HSV(B) 343.11º 0.61% 0.87% -
XYZ 36.78 23.48 21.66 -
YUV 130.7 124.23 192.41 -
System Red Green Blue C M Y K H S L
Decimal 221 86 124 0 0.61 0.44 0.13 343.11 0.67 0.6
Hex DD 56 7C 0 3D 2C D 157 43 3C
Octal 335 126 174 0 75 54 15 527 103 74
Binary 11011101 1010110 1111100 0 111101 101100 1101 101010111 1000011 111100

Color Harmonies of #DD567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD567C

Black with #DD567C

Text Example


Text Example

White with #DD567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD567C; }

 p { color: rgb(221,86,124); }

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

background-color css

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

 a { background-color: rgb(221,86,124); }

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

border-color css

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

 span { border-color: rgb(221,86,124); }

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