Html Css Color HEX #DF5272 Cranberry

📋 copy color: '#DF5272'

red 223 ◦ green 82 ◦ blue 114

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

Shades of Cranberry #DF5272

Tints of Cranberry #DF5272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.57%

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

R = 53.22%
G = 19.57%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF5272 (or 0xDF5272) is known color: Cranberry. HEX triplet: DF, 52 and 72. RGB value is (223,82,114). Sum of RGB (Red+Green+Blue) = 223+82+114=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5272 is #20AD8D. Grayscale: #7F7F7F. Windows color (decimal): -2141582 or 7492319. OLE color: 7492319.

HSL color Cylindrical-coordinate representation of color #DF5272: hue angle of 346.38º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5272 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 82 114 -
CMYK 0 0.63 0.49 0.13
HSL 346.38º 0.69% 0.6% -
HSV(B) 346.38º 0.63% 0.87% -
XYZ 36.49 22.94 18.42 -
YUV 127.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 223 82 114 0 0.63 0.49 0.13 346.38 0.69 0.6
Hex DF 52 72 0 3F 31 D 15A 45 3C
Octal 337 122 162 0 77 61 15 532 105 74
Binary 11011111 1010010 1110010 0 111111 110001 1101 101011010 1000101 111100

Color Harmonies of #DF5272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5272

Black with #DF5272

Text Example


Text Example

White with #DF5272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5272; }

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

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

background-color css

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

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

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

border-color css

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

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

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