Html Css Color HEX #DF5374 Cranberry

📋 copy color: '#DF5374'

red 223 ◦ green 83 ◦ blue 116

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

Shades of Cranberry #DF5374

Tints of Cranberry #DF5374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.67%

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

R = 52.84%
G = 19.67%
B = 27.49%

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

#DF5374 (or 0xDF5374) is known color: Cranberry. HEX triplet: DF, 53 and 74. RGB value is (223,83,116). Sum of RGB (Red+Green+Blue) = 223+83+116=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5374 is #20AC8B. Grayscale: #808080. Windows color (decimal): -2141324 or 7623647. OLE color: 7623647.

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

Color convert

RGB 223 83 116 -
CMYK 0 0.63 0.48 0.13
HSL 345.86º 0.69% 0.6% -
HSV(B) 345.86º 0.63% 0.87% -
XYZ 36.68 23.14 19.06 -
YUV 128.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 223 83 116 0 0.63 0.48 0.13 345.86 0.69 0.6
Hex DF 53 74 0 3F 30 D 15A 45 3C
Octal 337 123 164 0 77 60 15 532 105 74
Binary 11011111 1010011 1110100 0 111111 110000 1101 101011010 1000101 111100

Color Harmonies of #DF5374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5374

Black with #DF5374

Text Example


Text Example

White with #DF5374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5374; }

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

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

background-color css

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

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

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

border-color css

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

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

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