Html Css Color HEX #DC4F7C Cranberry

📋 copy color: '#DC4F7C'

red 220 ◦ green 79 ◦ blue 124

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

Shades of Cranberry #DC4F7C

Tints of Cranberry #DC4F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 52.01%
G = 18.68%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC4F7C (or 0xDC4F7C) is known color: Cranberry. HEX triplet: DC, 4F and 7C. RGB value is (220,79,124). Sum of RGB (Red+Green+Blue) = 220+79+124=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4F7C is #23B083. Grayscale: #7E7E7E. Windows color (decimal): -2338948 or 8146908. OLE color: 8146908.

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

Color convert

RGB 220 79 124 -
CMYK 0 0.64 0.44 0.14
HSL 340.85º 0.67% 0.59% -
HSV(B) 340.85º 0.64% 0.86% -
XYZ 35.95 22.26 21.47 -
YUV 126.29 126.71 194.84 -
System Red Green Blue C M Y K H S L
Decimal 220 79 124 0 0.64 0.44 0.14 340.85 0.67 0.59
Hex DC 4F 7C 0 40 2C E 155 43 3B
Octal 334 117 174 0 100 54 16 525 103 73
Binary 11011100 1001111 1111100 0 1000000 101100 1110 101010101 1000011 111011

Color Harmonies of #DC4F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F7C

Black with #DC4F7C

Text Example


Text Example

White with #DC4F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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