Html Css Color HEX #DC4474 Cranberry

📋 copy color: '#DC4474'

red 220 ◦ green 68 ◦ blue 116

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

Shades of Cranberry #DC4474

Tints of Cranberry #DC4474

RGB

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

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

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

R = 54.46%
G = 16.83%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC4474 (or 0xDC4474) is known color: Cranberry. HEX triplet: DC, 44 and 74. RGB value is (220,68,116). Sum of RGB (Red+Green+Blue) = 220+68+116=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4474 is #23BB8B. Grayscale: #767676. Windows color (decimal): -2341772 or 7619804. OLE color: 7619804.

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

Color convert

RGB 220 68 116 -
CMYK 0 0.69 0.47 0.14
HSL 341.05º 0.68% 0.56% -
HSV(B) 341.05º 0.69% 0.86% -
XYZ 34.73 20.61 18.67 -
YUV 118.92 126.36 200.1 -
System Red Green Blue C M Y K H S L
Decimal 220 68 116 0 0.69 0.47 0.14 341.05 0.68 0.56
Hex DC 44 74 0 45 2F E 155 44 38
Octal 334 104 164 0 105 57 16 525 104 70
Binary 11011100 1000100 1110100 0 1000101 101111 1110 101010101 1000100 111000

Color Harmonies of #DC4474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4474

Black with #DC4474

Text Example


Text Example

White with #DC4474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4474; }

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

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

background-color css

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

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

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

border-color css

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

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

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