Html Css Color HEX #DC4F7A Cranberry

📋 copy color: '#DC4F7A'

red 220 ◦ green 79 ◦ blue 122

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

Shades of Cranberry #DC4F7A

Tints of Cranberry #DC4F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.98%

R = 52.26%
G = 18.76%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC4F7A (or 0xDC4F7A) is known color: Cranberry. HEX triplet: DC, 4F and 7A. RGB value is (220,79,122). Sum of RGB (Red+Green+Blue) = 220+79+122=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4F7A is #23B085. Grayscale: #7E7E7E. Windows color (decimal): -2338950 or 8015836. OLE color: 8015836.

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

Color convert

RGB 220 79 122 -
CMYK 0 0.64 0.45 0.14
HSL 341.7º 0.67% 0.59% -
HSV(B) 341.7º 0.64% 0.86% -
XYZ 35.82 22.21 20.81 -
YUV 126.06 125.71 195 -
System Red Green Blue C M Y K H S L
Decimal 220 79 122 0 0.64 0.45 0.14 341.7 0.67 0.59
Hex DC 4F 7A 0 40 2D E 156 43 3B
Octal 334 117 172 0 100 55 16 526 103 73
Binary 11011100 1001111 1111010 0 1000000 101101 1110 101010110 1000011 111011

Color Harmonies of #DC4F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F7A

Black with #DC4F7A

Text Example


Text Example

White with #DC4F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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