Html Css Color HEX #DF4175 Cranberry

📋 copy color: '#DF4175'

red 223 ◦ green 65 ◦ blue 117

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

Shades of Cranberry #DF4175

Tints of Cranberry #DF4175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.05%

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 55.06%
G = 16.05%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF4175 (or 0xDF4175) is known color: Cranberry. HEX triplet: DF, 41 and 75. RGB value is (223,65,117). Sum of RGB (Red+Green+Blue) = 223+65+117=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4175 is #20BE8A. Grayscale: #767676. Windows color (decimal): -2145931 or 7684575. OLE color: 7684575.

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

Color convert

RGB 223 65 117 -
CMYK 0 0.71 0.48 0.13
HSL 340.25º 0.71% 0.56% -
HSV(B) 340.25º 0.71% 0.87% -
XYZ 35.53 20.75 18.96 -
YUV 118.17 127.35 202.77 -
System Red Green Blue C M Y K H S L
Decimal 223 65 117 0 0.71 0.48 0.13 340.25 0.71 0.56
Hex DF 41 75 0 47 30 D 154 47 38
Octal 337 101 165 0 107 60 15 524 107 70
Binary 11011111 1000001 1110101 0 1000111 110000 1101 101010100 1000111 111000

Color Harmonies of #DF4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4175

Black with #DF4175

Text Example


Text Example

White with #DF4175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4175; }

 p { color: rgb(223,65,117); }

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

background-color css

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

 a { background-color: rgb(223,65,117); }

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

border-color css

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

 span { border-color: rgb(223,65,117); }

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