Html Css Color HEX #D7486F Cranberry

📋 copy color: '#D7486F'

red 215 ◦ green 72 ◦ blue 111

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

Shades of Cranberry #D7486F

Tints of Cranberry #D7486F

RGB

 RED value IS 215 (84.38% from 255) = 54.02%

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

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

R = 54.02%
G = 18.09%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7486F (or 0xD7486F) is known color: Cranberry. HEX triplet: D7, 48 and 6F. RGB value is (215,72,111). Sum of RGB (Red+Green+Blue) = 215+72+111=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D7486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7486F is #28B790. Grayscale: #777777. Windows color (decimal): -2668433 or 7293143. OLE color: 7293143.

HSL color Cylindrical-coordinate representation of color #D7486F: hue angle of 343.64º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D7486F is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 72 111 -
CMYK 0 0.67 0.48 0.16
HSL 343.64º 0.64% 0.56% -
HSV(B) 343.64º 0.67% 0.84% -
XYZ 33.21 20.23 17.19 -
YUV 119.2 123.38 196.33 -
System Red Green Blue C M Y K H S L
Decimal 215 72 111 0 0.67 0.48 0.16 343.64 0.64 0.56
Hex D7 48 6F 0 43 30 10 158 40 38
Octal 327 110 157 0 103 60 20 530 100 70
Binary 11010111 1001000 1101111 0 1000011 110000 10000 101011000 1000000 111000

Color Harmonies of #D7486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7486F

Black with #D7486F

Text Example


Text Example

White with #D7486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7486F; }

 p { color: rgb(215,72,111); }

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

background-color css

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

 a { background-color: rgb(215,72,111); }

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

border-color css

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

 span { border-color: rgb(215,72,111); }

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