Html Css Color HEX #D7406F Cranberry

📋 copy color: '#D7406F'

red 215 ◦ green 64 ◦ blue 111

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

Shades of Cranberry #D7406F

Tints of Cranberry #D7406F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.41%

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

R = 55.13%
G = 16.41%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7406F (or 0xD7406F) is known color: Cranberry. HEX triplet: D7, 40 and 6F. RGB value is (215,64,111). Sum of RGB (Red+Green+Blue) = 215+64+111=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D7406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7406F is #28BF90. Grayscale: #727272. Windows color (decimal): -2670481 or 7291095. OLE color: 7291095.

HSL color Cylindrical-coordinate representation of color #D7406F: hue angle of 341.32º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D7406F is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 64 111 -
CMYK 0 0.70 0.48 0.16
HSL 341.32º 0.65% 0.55% -
HSV(B) 341.32º 0.7% 0.84% -
XYZ 32.73 19.26 17.03 -
YUV 114.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 215 64 111 0 0.70 0.48 0.16 341.32 0.65 0.55
Hex D7 40 6F 0 46 30 10 155 41 37
Octal 327 100 157 0 106 60 20 525 101 67
Binary 11010111 1000000 1101111 0 1000110 110000 10000 101010101 1000001 110111

Color Harmonies of #D7406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7406F

Black with #D7406F

Text Example


Text Example

White with #D7406F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7406F; }

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

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

background-color css

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

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

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

border-color css

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

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

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