Html Css Color HEX #DF4074 Cranberry

📋 copy color: '#DF4074'

red 223 ◦ green 64 ◦ blue 116

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

Shades of Cranberry #DF4074

Tints of Cranberry #DF4074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.88%

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

R = 55.33%
G = 15.88%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF4074 (or 0xDF4074) is known color: Cranberry. HEX triplet: DF, 40 and 74. RGB value is (223,64,116). Sum of RGB (Red+Green+Blue) = 223+64+116=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4074 is #20BF8B. Grayscale: #757575. Windows color (decimal): -2146188 or 7618783. OLE color: 7618783.

HSL color Cylindrical-coordinate representation of color #DF4074: hue angle of 340.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4074 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 64 116 -
CMYK 0 0.71 0.48 0.13
HSL 340.38º 0.71% 0.56% -
HSV(B) 340.38º 0.71% 0.87% -
XYZ 35.42 20.62 18.64 -
YUV 117.47 127.18 203.27 -
System Red Green Blue C M Y K H S L
Decimal 223 64 116 0 0.71 0.48 0.13 340.38 0.71 0.56
Hex DF 40 74 0 47 30 D 154 47 38
Octal 337 100 164 0 107 60 15 524 107 70
Binary 11011111 1000000 1110100 0 1000111 110000 1101 101010100 1000111 111000

Color Harmonies of #DF4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4074

Black with #DF4074

Text Example


Text Example

White with #DF4074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4074; }

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

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

background-color css

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

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

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

border-color css

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

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

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