Html Css Color HEX #DF4372 Cranberry

📋 copy color: '#DF4372'

red 223 ◦ green 67 ◦ blue 114

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

Shades of Cranberry #DF4372

Tints of Cranberry #DF4372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.58%

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

R = 55.2%
G = 16.58%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF4372 (or 0xDF4372) is known color: Cranberry. HEX triplet: DF, 43 and 72. RGB value is (223,67,114). Sum of RGB (Red+Green+Blue) = 223+67+114=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4372 is #20BC8D. Grayscale: #767676. Windows color (decimal): -2145422 or 7488479. OLE color: 7488479.

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

Color convert

RGB 223 67 114 -
CMYK 0 0.70 0.49 0.13
HSL 341.92º 0.71% 0.57% -
HSV(B) 341.92º 0.7% 0.87% -
XYZ 35.48 20.92 18.09 -
YUV 119 125.18 202.18 -
System Red Green Blue C M Y K H S L
Decimal 223 67 114 0 0.70 0.49 0.13 341.92 0.71 0.57
Hex DF 43 72 0 46 31 D 156 47 39
Octal 337 103 162 0 106 61 15 526 107 71
Binary 11011111 1000011 1110010 0 1000110 110001 1101 101010110 1000111 111001

Color Harmonies of #DF4372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4372

Black with #DF4372

Text Example


Text Example

White with #DF4372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4372; }

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

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

background-color css

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

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

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

border-color css

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

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

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