Html Css Color HEX #DC4F7D Cranberry

📋 copy color: '#DC4F7D'

red 220 ◦ green 79 ◦ blue 125

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

Shades of Cranberry #DC4F7D

Tints of Cranberry #DC4F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.48%

R = 51.89%
G = 18.63%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC4F7D (or 0xDC4F7D) is known color: Cranberry. HEX triplet: DC, 4F and 7D. RGB value is (220,79,125). Sum of RGB (Red+Green+Blue) = 220+79+125=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4F7D is #23B082. Grayscale: #7E7E7E. Windows color (decimal): -2338947 or 8212444. OLE color: 8212444.

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

Color convert

RGB 220 79 125 -
CMYK 0 0.64 0.43 0.14
HSL 340.43º 0.67% 0.59% -
HSV(B) 340.43º 0.64% 0.86% -
XYZ 36.01 22.29 21.81 -
YUV 126.4 127.21 194.76 -
System Red Green Blue C M Y K H S L
Decimal 220 79 125 0 0.64 0.43 0.14 340.43 0.67 0.59
Hex DC 4F 7D 0 40 2B E 154 43 3B
Octal 334 117 175 0 100 53 16 524 103 73
Binary 11011100 1001111 1111101 0 1000000 101011 1110 101010100 1000011 111011

Color Harmonies of #DC4F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F7D

Black with #DC4F7D

Text Example


Text Example

White with #DC4F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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