Html Css Color HEX #DD567F Cranberry

📋 copy color: '#DD567F'

red 221 ◦ green 86 ◦ blue 127

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

Shades of Cranberry #DD567F

Tints of Cranberry #DD567F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.26%

R = 50.92%
G = 19.82%
B = 29.26%

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

#DD567F (or 0xDD567F) is known color: Cranberry. HEX triplet: DD, 56 and 7F. RGB value is (221,86,127). Sum of RGB (Red+Green+Blue) = 221+86+127=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD567F is #22A980. Grayscale: #838383. Windows color (decimal): -2271617 or 8345309. OLE color: 8345309.

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

Color convert

RGB 221 86 127 -
CMYK 0 0.61 0.43 0.13
HSL 341.78º 0.67% 0.6% -
HSV(B) 341.78º 0.61% 0.87% -
XYZ 36.98 23.56 22.68 -
YUV 131.04 125.73 192.17 -
System Red Green Blue C M Y K H S L
Decimal 221 86 127 0 0.61 0.43 0.13 341.78 0.67 0.6
Hex DD 56 7F 0 3D 2B D 156 43 3C
Octal 335 126 177 0 75 53 15 526 103 74
Binary 11011101 1010110 1111111 0 111101 101011 1101 101010110 1000011 111100

Color Harmonies of #DD567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD567F

Black with #DD567F

Text Example


Text Example

White with #DD567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD567F; }

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

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

background-color css

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

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

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

border-color css

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

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

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