Html Css Color HEX #DC3F72 Cranberry

📋 copy color: '#DC3F72'

red 220 ◦ green 63 ◦ blue 114

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

Shades of Cranberry #DC3F72

Tints of Cranberry #DC3F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.72%

R = 55.42%
G = 15.87%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC3F72 (or 0xDC3F72) is known color: Cranberry. HEX triplet: DC, 3F and 72. RGB value is (220,63,114). Sum of RGB (Red+Green+Blue) = 220+63+114=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F72 is #23C08D. Grayscale: #737373. Windows color (decimal): -2343054 or 7487452. OLE color: 7487452.

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

Color convert

RGB 220 63 114 -
CMYK 0 0.71 0.48 0.14
HSL 340.51º 0.69% 0.55% -
HSV(B) 340.51º 0.71% 0.86% -
XYZ 34.33 19.99 17.97 -
YUV 115.76 127.01 202.35 -
System Red Green Blue C M Y K H S L
Decimal 220 63 114 0 0.71 0.48 0.14 340.51 0.69 0.55
Hex DC 3F 72 0 47 30 E 155 45 37
Octal 334 77 162 0 107 60 16 525 105 67
Binary 11011100 111111 1110010 0 1000111 110000 1110 101010101 1000101 110111

Color Harmonies of #DC3F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F72

Black with #DC3F72

Text Example


Text Example

White with #DC3F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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