Html Css Color HEX #DF416E Cranberry

📋 copy color: '#DF416E'

red 223 ◦ green 65 ◦ blue 110

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

Shades of Cranberry #DF416E

Tints of Cranberry #DF416E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.64%

R = 56.03%
G = 16.33%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF416E (or 0xDF416E) is known color: Cranberry. HEX triplet: DF, 41 and 6E. RGB value is (223,65,110). Sum of RGB (Red+Green+Blue) = 223+65+110=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF416E is #20BE91. Grayscale: #757575. Windows color (decimal): -2145938 or 7225823. OLE color: 7225823.

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

Color convert

RGB 223 65 110 -
CMYK 0 0.71 0.51 0.13
HSL 342.91º 0.71% 0.56% -
HSV(B) 342.91º 0.71% 0.87% -
XYZ 35.14 20.59 16.88 -
YUV 117.37 123.85 203.34 -
System Red Green Blue C M Y K H S L
Decimal 223 65 110 0 0.71 0.51 0.13 342.91 0.71 0.56
Hex DF 41 6E 0 47 33 D 157 47 38
Octal 337 101 156 0 107 63 15 527 107 70
Binary 11011111 1000001 1101110 0 1000111 110011 1101 101010111 1000111 111000

Color Harmonies of #DF416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF416E

Black with #DF416E

Text Example


Text Example

White with #DF416E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF416E; }

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

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

background-color css

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

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

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

border-color css

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

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

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