Html Css Color HEX #DC4074 Cranberry

📋 copy color: '#DC4074'

red 220 ◦ green 64 ◦ blue 116

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

Shades of Cranberry #DC4074

Tints of Cranberry #DC4074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16%

 BLUE value IS 116 (45.7% from 255) = 29%

R = 55%
G = 16%
B = 29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC4074 (or 0xDC4074) is known color: Cranberry. HEX triplet: DC, 40 and 74. RGB value is (220,64,116). Sum of RGB (Red+Green+Blue) = 220+64+116=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4074 is #23BF8B. Grayscale: #747474. Windows color (decimal): -2342796 or 7618780. OLE color: 7618780.

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

Color convert

RGB 220 64 116 -
CMYK 0 0.71 0.47 0.14
HSL 340º 0.69% 0.56% -
HSV(B) 340º 0.71% 0.86% -
XYZ 34.5 20.14 18.59 -
YUV 116.57 127.68 201.77 -
System Red Green Blue C M Y K H S L
Decimal 220 64 116 0 0.71 0.47 0.14 340 0.69 0.56
Hex DC 40 74 0 47 2F E 154 45 38
Octal 334 100 164 0 107 57 16 524 105 70
Binary 11011100 1000000 1110100 0 1000111 101111 1110 101010100 1000101 111000

Color Harmonies of #DC4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4074

Black with #DC4074

Text Example


Text Example

White with #DC4074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4074; }

 p { color: rgb(220,64,116); }

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

background-color css

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

 a { background-color: rgb(220,64,116); }

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

border-color css

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

 span { border-color: rgb(220,64,116); }

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