Html Css Color HEX #DF486A Cranberry

📋 copy color: '#DF486A'

red 223 ◦ green 72 ◦ blue 106

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

Shades of Cranberry #DF486A

Tints of Cranberry #DF486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.96%

 BLUE value IS 106 (41.8% from 255) = 26.43%

R = 55.61%
G = 17.96%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF486A (or 0xDF486A) is known color: Cranberry. HEX triplet: DF, 48 and 6A. RGB value is (223,72,106). Sum of RGB (Red+Green+Blue) = 223+72+106=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF486A is #20B795. Grayscale: #797979. Windows color (decimal): -2144150 or 6965471. OLE color: 6965471.

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

Color convert

RGB 223 72 106 -
CMYK 0 0.68 0.52 0.13
HSL 346.49º 0.7% 0.58% -
HSV(B) 346.49º 0.68% 0.87% -
XYZ 35.35 21.36 15.9 -
YUV 121.03 119.53 200.74 -
System Red Green Blue C M Y K H S L
Decimal 223 72 106 0 0.68 0.52 0.13 346.49 0.7 0.58
Hex DF 48 6A 0 44 34 D 15A 46 3A
Octal 337 110 152 0 104 64 15 532 106 72
Binary 11011111 1001000 1101010 0 1000100 110100 1101 101011010 1000110 111010

Color Harmonies of #DF486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF486A

Black with #DF486A

Text Example


Text Example

White with #DF486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF486A; }

 p { color: rgb(223,72,106); }

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

background-color css

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

 a { background-color: rgb(223,72,106); }

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

border-color css

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

 span { border-color: rgb(223,72,106); }

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