Html Css Color HEX #DF4969 Cranberry

📋 copy color: '#DF4969'

red 223 ◦ green 73 ◦ blue 105

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

Shades of Cranberry #DF4969

Tints of Cranberry #DF4969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.2%

 BLUE value IS 105 (41.41% from 255) = 26.18%

R = 55.61%
G = 18.2%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF4969 (or 0xDF4969) is known color: Cranberry. HEX triplet: DF, 49 and 69. RGB value is (223,73,105). Sum of RGB (Red+Green+Blue) = 223+73+105=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4969 is #20B696. Grayscale: #797979. Windows color (decimal): -2143895 or 6900191. OLE color: 6900191.

HSL color Cylindrical-coordinate representation of color #DF4969: hue angle of 347.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4969 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 73 105 -
CMYK 0 0.67 0.53 0.13
HSL 347.2º 0.7% 0.58% -
HSV(B) 347.2º 0.67% 0.87% -
XYZ 35.36 21.47 15.65 -
YUV 121.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 223 73 105 0 0.67 0.53 0.13 347.2 0.7 0.58
Hex DF 49 69 0 43 35 D 15B 46 3A
Octal 337 111 151 0 103 65 15 533 106 72
Binary 11011111 1001001 1101001 0 1000011 110101 1101 101011011 1000110 111010

Color Harmonies of #DF4969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4969

Black with #DF4969

Text Example


Text Example

White with #DF4969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4969; }

 p { color: rgb(223,73,105); }

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

background-color css

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

 a { background-color: rgb(223,73,105); }

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

border-color css

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

 span { border-color: rgb(223,73,105); }

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