Html Css Color HEX #D94C74 Cranberry

📋 copy color: '#D94C74'

red 217 ◦ green 76 ◦ blue 116

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

Shades of Cranberry #D94C74

Tints of Cranberry #D94C74

RGB

 RED value IS 217 (85.16% from 255) = 53.06%

 GREEN value IS 76 (30.08% from 255) = 18.58%

 BLUE value IS 116 (45.7% from 255) = 28.36%

R = 53.06%
G = 18.58%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D94C74 (or 0xD94C74) is known color: Cranberry. HEX triplet: D9, 4C and 74. RGB value is (217,76,116). Sum of RGB (Red+Green+Blue) = 217+76+116=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C74 is #26B38B. Grayscale: #7A7A7A. Windows color (decimal): -2536332 or 7621849. OLE color: 7621849.

HSL color Cylindrical-coordinate representation of color #D94C74: hue angle of 342.98º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94C74 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 76 116 -
CMYK 0 0.65 0.47 0.15
HSL 342.98º 0.65% 0.57% -
HSV(B) 342.98º 0.65% 0.85% -
XYZ 34.35 21.18 18.8 -
YUV 122.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 217 76 116 0 0.65 0.47 0.15 342.98 0.65 0.57
Hex D9 4C 74 0 41 2F F 157 41 39
Octal 331 114 164 0 101 57 17 527 101 71
Binary 11011001 1001100 1110100 0 1000001 101111 1111 101010111 1000001 111001

Color Harmonies of #D94C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C74

Black with #D94C74

Text Example


Text Example

White with #D94C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C74; }

 p { color: rgb(217,76,116); }

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

background-color css

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

 a { background-color: rgb(217,76,116); }

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

border-color css

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

 span { border-color: rgb(217,76,116); }

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