Html Css Color HEX #DF5277 Cranberry

📋 copy color: '#DF5277'

red 223 ◦ green 82 ◦ blue 119

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

Shades of Cranberry #DF5277

Tints of Cranberry #DF5277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.07%

R = 52.59%
G = 19.34%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF5277 (or 0xDF5277) is known color: Cranberry. HEX triplet: DF, 52 and 77. RGB value is (223,82,119). Sum of RGB (Red+Green+Blue) = 223+82+119=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5277 is #20AD88. Grayscale: #808080. Windows color (decimal): -2141577 or 7819999. OLE color: 7819999.

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

Color convert

RGB 223 82 119 -
CMYK 0 0.63 0.47 0.13
HSL 344.26º 0.69% 0.6% -
HSV(B) 344.26º 0.63% 0.87% -
XYZ 36.78 23.05 19.96 -
YUV 128.38 122.71 195.49 -
System Red Green Blue C M Y K H S L
Decimal 223 82 119 0 0.63 0.47 0.13 344.26 0.69 0.6
Hex DF 52 77 0 3F 2F D 158 45 3C
Octal 337 122 167 0 77 57 15 530 105 74
Binary 11011111 1010010 1110111 0 111111 101111 1101 101011000 1000101 111100

Color Harmonies of #DF5277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5277

Black with #DF5277

Text Example


Text Example

White with #DF5277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5277; }

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

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

background-color css

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

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

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

border-color css

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

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

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