Html Css Color HEX #DF4275 Cranberry

📋 copy color: '#DF4275'

red 223 ◦ green 66 ◦ blue 117

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

Shades of Cranberry #DF4275

Tints of Cranberry #DF4275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.26%

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

R = 54.93%
G = 16.26%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF4275 (or 0xDF4275) is known color: Cranberry. HEX triplet: DF, 42 and 75. RGB value is (223,66,117). Sum of RGB (Red+Green+Blue) = 223+66+117=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4275 is #20BD8A. Grayscale: #767676. Windows color (decimal): -2145675 or 7684831. OLE color: 7684831.

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

Color convert

RGB 223 66 117 -
CMYK 0 0.70 0.48 0.13
HSL 340.51º 0.71% 0.57% -
HSV(B) 340.51º 0.7% 0.87% -
XYZ 35.59 20.87 18.98 -
YUV 118.76 127.01 202.35 -
System Red Green Blue C M Y K H S L
Decimal 223 66 117 0 0.70 0.48 0.13 340.51 0.71 0.57
Hex DF 42 75 0 46 30 D 155 47 39
Octal 337 102 165 0 106 60 15 525 107 71
Binary 11011111 1000010 1110101 0 1000110 110000 1101 101010101 1000111 111001

Color Harmonies of #DF4275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4275

Black with #DF4275

Text Example


Text Example

White with #DF4275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4275; }

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

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

background-color css

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

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

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

border-color css

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

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

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