Html Css Color HEX #DF4F72 Cranberry

📋 copy color: '#DF4F72'

red 223 ◦ green 79 ◦ blue 114

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

Shades of Cranberry #DF4F72

Tints of Cranberry #DF4F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.4%

R = 53.61%
G = 18.99%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF4F72 (or 0xDF4F72) is known color: Cranberry. HEX triplet: DF, 4F and 72. RGB value is (223,79,114). Sum of RGB (Red+Green+Blue) = 223+79+114=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4F72 is #20B08D. Grayscale: #7E7E7E. Windows color (decimal): -2142350 or 7491551. OLE color: 7491551.

HSL color Cylindrical-coordinate representation of color #DF4F72: hue angle of 345.42º degrees, saturation: 0.69, 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 #DF4F72 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 79 114 -
CMYK 0 0.65 0.49 0.13
HSL 345.42º 0.69% 0.59% -
HSV(B) 345.42º 0.65% 0.87% -
XYZ 36.26 22.49 18.35 -
YUV 126.05 121.21 197.15 -
System Red Green Blue C M Y K H S L
Decimal 223 79 114 0 0.65 0.49 0.13 345.42 0.69 0.59
Hex DF 4F 72 0 41 31 D 159 45 3B
Octal 337 117 162 0 101 61 15 531 105 73
Binary 11011111 1001111 1110010 0 1000001 110001 1101 101011001 1000101 111011

Color Harmonies of #DF4F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4F72

Black with #DF4F72

Text Example


Text Example

White with #DF4F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4F72; }

 p { color: rgb(223,79,114); }

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

background-color css

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

 a { background-color: rgb(223,79,114); }

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

border-color css

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

 span { border-color: rgb(223,79,114); }

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