Html Css Color HEX #DC4F6C Cranberry

📋 copy color: '#DC4F6C'

red 220 ◦ green 79 ◦ blue 108

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

Shades of Cranberry #DC4F6C

Tints of Cranberry #DC4F6C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.41%

 BLUE value IS 108 (42.58% from 255) = 26.54%

R = 54.05%
G = 19.41%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC4F6C (or 0xDC4F6C) is known color: Cranberry. HEX triplet: DC, 4F and 6C. RGB value is (220,79,108). Sum of RGB (Red+Green+Blue) = 220+79+108=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4F6C is #23B093. Grayscale: #7C7C7C. Windows color (decimal): -2338964 or 7098332. OLE color: 7098332.

HSL color Cylindrical-coordinate representation of color #DC4F6C: hue angle of 347.66º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC4F6C is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 79 108 -
CMYK 0 0.64 0.51 0.14
HSL 347.66º 0.67% 0.59% -
HSV(B) 347.66º 0.64% 0.86% -
XYZ 35.02 21.89 16.57 -
YUV 124.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 220 79 108 0 0.64 0.51 0.14 347.66 0.67 0.59
Hex DC 4F 6C 0 40 33 E 15C 43 3B
Octal 334 117 154 0 100 63 16 534 103 73
Binary 11011100 1001111 1101100 0 1000000 110011 1110 101011100 1000011 111011

Color Harmonies of #DC4F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F6C

Black with #DC4F6C

Text Example


Text Example

White with #DC4F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F6C; }

 p { color: rgb(220,79,108); }

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

background-color css

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

 a { background-color: rgb(220,79,108); }

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

border-color css

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

 span { border-color: rgb(220,79,108); }

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