Html Css Color HEX #DF4D70 Cranberry

📋 copy color: '#DF4D70'

red 223 ◦ green 77 ◦ blue 112

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

Shades of Cranberry #DF4D70

Tints of Cranberry #DF4D70

RGB

 RED value IS 223 (87.5% from 255) = 54.13%

 GREEN value IS 77 (30.47% from 255) = 18.69%

 BLUE value IS 112 (44.14% from 255) = 27.18%

R = 54.13%
G = 18.69%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF4D70 (or 0xDF4D70) is known color: Cranberry. HEX triplet: DF, 4D and 70. RGB value is (223,77,112). Sum of RGB (Red+Green+Blue) = 223+77+112=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4D70 is #20B28F. Grayscale: #7C7C7C. Windows color (decimal): -2142864 or 7359967. OLE color: 7359967.

HSL color Cylindrical-coordinate representation of color #DF4D70: hue angle of 345.62º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4D70 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 77 112 -
CMYK 0 0.65 0.50 0.13
HSL 345.62º 0.7% 0.59% -
HSV(B) 345.62º 0.65% 0.87% -
XYZ 36.01 22.17 17.71 -
YUV 124.64 120.87 198.15 -
System Red Green Blue C M Y K H S L
Decimal 223 77 112 0 0.65 0.50 0.13 345.62 0.7 0.59
Hex DF 4D 70 0 41 32 D 15A 46 3B
Octal 337 115 160 0 101 62 15 532 106 73
Binary 11011111 1001101 1110000 0 1000001 110010 1101 101011010 1000110 111011

Color Harmonies of #DF4D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4D70

Black with #DF4D70

Text Example


Text Example

White with #DF4D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4D70; }

 p { color: rgb(223,77,112); }

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

background-color css

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

 a { background-color: rgb(223,77,112); }

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

border-color css

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

 span { border-color: rgb(223,77,112); }

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