Html Css Color HEX #DF4072 Cranberry

📋 copy color: '#DF4072'

red 223 ◦ green 64 ◦ blue 114

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

Shades of Cranberry #DF4072

Tints of Cranberry #DF4072

RGB

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

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

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

R = 55.61%
G = 15.96%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF4072 (or 0xDF4072) is known color: Cranberry. HEX triplet: DF, 40 and 72. RGB value is (223,64,114). Sum of RGB (Red+Green+Blue) = 223+64+114=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4072 is #20BF8D. Grayscale: #757575. Windows color (decimal): -2146190 or 7487711. OLE color: 7487711.

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

Color convert

RGB 223 64 114 -
CMYK 0 0.71 0.49 0.13
HSL 341.13º 0.71% 0.56% -
HSV(B) 341.13º 0.71% 0.87% -
XYZ 35.3 20.57 18.03 -
YUV 117.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 223 64 114 0 0.71 0.49 0.13 341.13 0.71 0.56
Hex DF 40 72 0 47 31 D 155 47 38
Octal 337 100 162 0 107 61 15 525 107 70
Binary 11011111 1000000 1110010 0 1000111 110001 1101 101010101 1000111 111000

Color Harmonies of #DF4072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4072

Black with #DF4072

Text Example


Text Example

White with #DF4072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4072; }

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

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

background-color css

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

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

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

border-color css

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

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

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