Html Css Color HEX #DC4175 Cranberry

📋 copy color: '#DC4175'

red 220 ◦ green 65 ◦ blue 117

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

Shades of Cranberry #DC4175

Tints of Cranberry #DC4175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.17%

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

R = 54.73%
G = 16.17%
B = 29.1%

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

#DC4175 (or 0xDC4175) is known color: Cranberry. HEX triplet: DC, 41 and 75. RGB value is (220,65,117). Sum of RGB (Red+Green+Blue) = 220+65+117=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4175 is #23BE8A. Grayscale: #757575. Windows color (decimal): -2342539 or 7684572. OLE color: 7684572.

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

Color convert

RGB 220 65 117 -
CMYK 0 0.70 0.47 0.14
HSL 339.87º 0.69% 0.56% -
HSV(B) 339.87º 0.7% 0.86% -
XYZ 34.62 20.28 18.92 -
YUV 117.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 220 65 117 0 0.70 0.47 0.14 339.87 0.69 0.56
Hex DC 41 75 0 46 2F E 154 45 38
Octal 334 101 165 0 106 57 16 524 105 70
Binary 11011100 1000001 1110101 0 1000110 101111 1110 101010100 1000101 111000

Color Harmonies of #DC4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4175

Black with #DC4175

Text Example


Text Example

White with #DC4175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4175; }

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

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

background-color css

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

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

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

border-color css

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

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

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