Html Css Color HEX #DC4373 Cranberry

📋 copy color: '#DC4373'

red 220 ◦ green 67 ◦ blue 115

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

Shades of Cranberry #DC4373

Tints of Cranberry #DC4373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.67%

 BLUE value IS 115 (45.31% from 255) = 28.61%

R = 54.73%
G = 16.67%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC4373 (or 0xDC4373) is known color: Cranberry. HEX triplet: DC, 43 and 73. RGB value is (220,67,115). Sum of RGB (Red+Green+Blue) = 220+67+115=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4373 is #23BC8C. Grayscale: #767676. Windows color (decimal): -2342029 or 7554012. OLE color: 7554012.

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

Color convert

RGB 220 67 115 -
CMYK 0 0.70 0.48 0.14
HSL 341.18º 0.69% 0.56% -
HSV(B) 341.18º 0.7% 0.86% -
XYZ 34.62 20.47 18.35 -
YUV 118.22 126.19 200.6 -
System Red Green Blue C M Y K H S L
Decimal 220 67 115 0 0.70 0.48 0.14 341.18 0.69 0.56
Hex DC 43 73 0 46 30 E 155 45 38
Octal 334 103 163 0 106 60 16 525 105 70
Binary 11011100 1000011 1110011 0 1000110 110000 1110 101010101 1000101 111000

Color Harmonies of #DC4373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4373

Black with #DC4373

Text Example


Text Example

White with #DC4373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4373; }

 p { color: rgb(220,67,115); }

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

background-color css

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

 a { background-color: rgb(220,67,115); }

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

border-color css

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

 span { border-color: rgb(220,67,115); }

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