Html Css Color HEX #DF5274 Cranberry

📋 copy color: '#DF5274'

red 223 ◦ green 82 ◦ blue 116

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

Shades of Cranberry #DF5274

Tints of Cranberry #DF5274

RGB

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

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

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

R = 52.97%
G = 19.48%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF5274 (or 0xDF5274) is known color: Cranberry. HEX triplet: DF, 52 and 74. RGB value is (223,82,116). Sum of RGB (Red+Green+Blue) = 223+82+116=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5274 is #20AD8B. Grayscale: #808080. Windows color (decimal): -2141580 or 7623391. OLE color: 7623391.

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

Color convert

RGB 223 82 116 -
CMYK 0 0.63 0.48 0.13
HSL 345.53º 0.69% 0.6% -
HSV(B) 345.53º 0.63% 0.87% -
XYZ 36.6 22.98 19.03 -
YUV 128.04 121.21 195.74 -
System Red Green Blue C M Y K H S L
Decimal 223 82 116 0 0.63 0.48 0.13 345.53 0.69 0.6
Hex DF 52 74 0 3F 30 D 15A 45 3C
Octal 337 122 164 0 77 60 15 532 105 74
Binary 11011111 1010010 1110100 0 111111 110000 1101 101011010 1000101 111100

Color Harmonies of #DF5274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5274

Black with #DF5274

Text Example


Text Example

White with #DF5274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5274; }

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

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

background-color css

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

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

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

border-color css

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

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

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