Html Css Color HEX #DF416F Cranberry

📋 copy color: '#DF416F'

red 223 ◦ green 65 ◦ blue 111

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

Shades of Cranberry #DF416F

Tints of Cranberry #DF416F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.82%

R = 55.89%
G = 16.29%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF416F (or 0xDF416F) is known color: Cranberry. HEX triplet: DF, 41 and 6F. RGB value is (223,65,111). Sum of RGB (Red+Green+Blue) = 223+65+111=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF416F is #20BE90. Grayscale: #757575. Windows color (decimal): -2145937 or 7291359. OLE color: 7291359.

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

Color convert

RGB 223 65 111 -
CMYK 0 0.71 0.50 0.13
HSL 342.53º 0.71% 0.56% -
HSV(B) 342.53º 0.71% 0.87% -
XYZ 35.19 20.62 17.16 -
YUV 117.49 124.35 203.26 -
System Red Green Blue C M Y K H S L
Decimal 223 65 111 0 0.71 0.50 0.13 342.53 0.71 0.56
Hex DF 41 6F 0 47 32 D 157 47 38
Octal 337 101 157 0 107 62 15 527 107 70
Binary 11011111 1000001 1101111 0 1000111 110010 1101 101010111 1000111 111000

Color Harmonies of #DF416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF416F

Black with #DF416F

Text Example


Text Example

White with #DF416F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF416F; }

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

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

background-color css

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

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

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

border-color css

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

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

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