Html Css Color HEX #DC4375 Cranberry

📋 copy color: '#DC4375'

red 220 ◦ green 67 ◦ blue 117

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

Shades of Cranberry #DC4375

Tints of Cranberry #DC4375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.96%

R = 54.46%
G = 16.58%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC4375 (or 0xDC4375) is known color: Cranberry. HEX triplet: DC, 43 and 75. RGB value is (220,67,117). Sum of RGB (Red+Green+Blue) = 220+67+117=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4375 is #23BC8A. Grayscale: #767676. Windows color (decimal): -2342027 or 7685084. OLE color: 7685084.

HSL color Cylindrical-coordinate representation of color #DC4375: hue angle of 340.39º 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 #DC4375 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 67 117 -
CMYK 0 0.70 0.47 0.14
HSL 340.39º 0.69% 0.56% -
HSV(B) 340.39º 0.7% 0.86% -
XYZ 34.73 20.51 18.96 -
YUV 118.45 127.19 200.43 -
System Red Green Blue C M Y K H S L
Decimal 220 67 117 0 0.70 0.47 0.14 340.39 0.69 0.56
Hex DC 43 75 0 46 2F E 154 45 38
Octal 334 103 165 0 106 57 16 524 105 70
Binary 11011100 1000011 1110101 0 1000110 101111 1110 101010100 1000101 111000

Color Harmonies of #DC4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4375

Black with #DC4375

Text Example


Text Example

White with #DC4375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4375; }

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

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

background-color css

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

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

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

border-color css

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

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

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