Html Css Color HEX #DD567D Cranberry

📋 copy color: '#DD567D'

red 221 ◦ green 86 ◦ blue 125

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

Shades of Cranberry #DD567D

Tints of Cranberry #DD567D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.94%

R = 51.16%
G = 19.91%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD567D (or 0xDD567D) is known color: Cranberry. HEX triplet: DD, 56 and 7D. RGB value is (221,86,125). Sum of RGB (Red+Green+Blue) = 221+86+125=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD567D is #22A982. Grayscale: #828282. Windows color (decimal): -2271619 or 8214237. OLE color: 8214237.

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

Color convert

RGB 221 86 125 -
CMYK 0 0.61 0.43 0.13
HSL 342.67º 0.67% 0.6% -
HSV(B) 342.67º 0.61% 0.87% -
XYZ 36.85 23.51 22 -
YUV 130.81 124.73 192.33 -
System Red Green Blue C M Y K H S L
Decimal 221 86 125 0 0.61 0.43 0.13 342.67 0.67 0.6
Hex DD 56 7D 0 3D 2B D 157 43 3C
Octal 335 126 175 0 75 53 15 527 103 74
Binary 11011101 1010110 1111101 0 111101 101011 1101 101010111 1000011 111100

Color Harmonies of #DD567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD567D

Black with #DD567D

Text Example


Text Example

White with #DD567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD567D; }

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

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

background-color css

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

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

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

border-color css

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

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

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