Html Css Color HEX #DF4F74 Cranberry

📋 copy color: '#DF4F74'

red 223 ◦ green 79 ◦ blue 116

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

Shades of Cranberry #DF4F74

Tints of Cranberry #DF4F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 53.35%
G = 18.9%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF4F74 (or 0xDF4F74) is known color: Cranberry. HEX triplet: DF, 4F and 74. RGB value is (223,79,116). Sum of RGB (Red+Green+Blue) = 223+79+116=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4F74 is #20B08B. Grayscale: #7E7E7E. Windows color (decimal): -2142348 or 7622623. OLE color: 7622623.

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

Color convert

RGB 223 79 116 -
CMYK 0 0.65 0.48 0.13
HSL 344.58º 0.69% 0.59% -
HSV(B) 344.58º 0.65% 0.87% -
XYZ 36.38 22.54 18.96 -
YUV 126.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 223 79 116 0 0.65 0.48 0.13 344.58 0.69 0.59
Hex DF 4F 74 0 41 30 D 159 45 3B
Octal 337 117 164 0 101 60 15 531 105 73
Binary 11011111 1001111 1110100 0 1000001 110000 1101 101011001 1000101 111011

Color Harmonies of #DF4F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4F74

Black with #DF4F74

Text Example


Text Example

White with #DF4F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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