Html Css Color HEX #DF467D Cranberry

📋 copy color: '#DF467D'

red 223 ◦ green 70 ◦ blue 125

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

Shades of Cranberry #DF467D

Tints of Cranberry #DF467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.75%

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 53.35%
G = 16.75%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF467D (or 0xDF467D) is known color: Cranberry. HEX triplet: DF, 46 and 7D. RGB value is (223,70,125). Sum of RGB (Red+Green+Blue) = 223+70+125=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF467D is #20B982. Grayscale: #797979. Windows color (decimal): -2144643 or 8210143. OLE color: 8210143.

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

Color convert

RGB 223 70 125 -
CMYK 0 0.69 0.44 0.13
HSL 338.43º 0.71% 0.57% -
HSV(B) 338.43º 0.69% 0.87% -
XYZ 36.32 21.55 21.65 -
YUV 122.02 129.69 200.03 -
System Red Green Blue C M Y K H S L
Decimal 223 70 125 0 0.69 0.44 0.13 338.43 0.71 0.57
Hex DF 46 7D 0 45 2C D 152 47 39
Octal 337 106 175 0 105 54 15 522 107 71
Binary 11011111 1000110 1111101 0 1000101 101100 1101 101010010 1000111 111001

Color Harmonies of #DF467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF467D

Black with #DF467D

Text Example


Text Example

White with #DF467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF467D; }

 p { color: rgb(223,70,125); }

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

background-color css

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

 a { background-color: rgb(223,70,125); }

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

border-color css

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

 span { border-color: rgb(223,70,125); }

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