Html Css Color HEX #DC446B Cranberry

📋 copy color: '#DC446B'

red 220 ◦ green 68 ◦ blue 107

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

Shades of Cranberry #DC446B

Tints of Cranberry #DC446B

RGB

 RED value IS 220 (86.33% from 255) = 55.7%

 GREEN value IS 68 (26.95% from 255) = 17.22%

 BLUE value IS 107 (42.19% from 255) = 27.09%

R = 55.7%
G = 17.22%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC446B (or 0xDC446B) is known color: Cranberry. HEX triplet: DC, 44 and 6B. RGB value is (220,68,107). Sum of RGB (Red+Green+Blue) = 220+68+107=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC446B is #23BB94. Grayscale: #757575. Windows color (decimal): -2341781 or 7029980. OLE color: 7029980.

HSL color Cylindrical-coordinate representation of color #DC446B: hue angle of 344.61º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC446B is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 107 -
CMYK 0 0.69 0.51 0.14
HSL 344.61º 0.68% 0.56% -
HSV(B) 344.61º 0.69% 0.86% -
XYZ 34.24 20.41 16.05 -
YUV 117.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 220 68 107 0 0.69 0.51 0.14 344.61 0.68 0.56
Hex DC 44 6B 0 45 33 E 159 44 38
Octal 334 104 153 0 105 63 16 531 104 70
Binary 11011100 1000100 1101011 0 1000101 110011 1110 101011001 1000100 111000

Color Harmonies of #DC446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC446B

Black with #DC446B

Text Example


Text Example

White with #DC446B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC446B; }

 p { color: rgb(220,68,107); }

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

background-color css

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

 a { background-color: rgb(220,68,107); }

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

border-color css

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

 span { border-color: rgb(220,68,107); }

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