Html Css Color HEX #D74D6F Cranberry

📋 copy color: '#D74D6F'

red 215 ◦ green 77 ◦ blue 111

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

Shades of Cranberry #D74D6F

Tints of Cranberry #D74D6F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.11%

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

R = 53.35%
G = 19.11%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D74D6F (or 0xD74D6F) is known color: Cranberry. HEX triplet: D7, 4D and 6F. RGB value is (215,77,111). Sum of RGB (Red+Green+Blue) = 215+77+111=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D6F is #28B290. Grayscale: #7A7A7A. Windows color (decimal): -2667153 or 7294423. OLE color: 7294423.

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

Color convert

RGB 215 77 111 -
CMYK 0 0.64 0.48 0.16
HSL 345.22º 0.63% 0.57% -
HSV(B) 345.22º 0.64% 0.84% -
XYZ 33.55 20.9 17.31 -
YUV 122.14 121.72 194.24 -
System Red Green Blue C M Y K H S L
Decimal 215 77 111 0 0.64 0.48 0.16 345.22 0.63 0.57
Hex D7 4D 6F 0 40 30 10 159 3F 39
Octal 327 115 157 0 100 60 20 531 77 71
Binary 11010111 1001101 1101111 0 1000000 110000 10000 101011001 111111 111001

Color Harmonies of #D74D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D6F

Black with #D74D6F

Text Example


Text Example

White with #D74D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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