Html Css Color HEX #DC3F74 Cranberry

📋 copy color: '#DC3F74'

red 220 ◦ green 63 ◦ blue 116

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

Shades of Cranberry #DC3F74

Tints of Cranberry #DC3F74

RGB

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

 GREEN value IS 63 (25% from 255) = 15.79%

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

R = 55.14%
G = 15.79%
B = 29.07%

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

#DC3F74 (or 0xDC3F74) is known color: Cranberry. HEX triplet: DC, 3F and 74. RGB value is (220,63,116). Sum of RGB (Red+Green+Blue) = 220+63+116=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F74 is #23C08B. Grayscale: #737373. Windows color (decimal): -2343052 or 7618524. OLE color: 7618524.

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

Color convert

RGB 220 63 116 -
CMYK 0 0.71 0.47 0.14
HSL 339.75º 0.69% 0.55% -
HSV(B) 339.75º 0.71% 0.86% -
XYZ 34.45 20.03 18.57 -
YUV 115.99 128.01 202.19 -
System Red Green Blue C M Y K H S L
Decimal 220 63 116 0 0.71 0.47 0.14 339.75 0.69 0.55
Hex DC 3F 74 0 47 2F E 154 45 37
Octal 334 77 164 0 107 57 16 524 105 67
Binary 11011100 111111 1110100 0 1000111 101111 1110 101010100 1000101 110111

Color Harmonies of #DC3F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F74

Black with #DC3F74

Text Example


Text Example

White with #DC3F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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