Html Css Color HEX #D94D7C Cranberry

📋 copy color: '#D94D7C'

red 217 ◦ green 77 ◦ blue 124

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

Shades of Cranberry #D94D7C

Tints of Cranberry #D94D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.67%

R = 51.91%
G = 18.42%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D94D7C (or 0xD94D7C) is known color: Cranberry. HEX triplet: D9, 4D and 7C. RGB value is (217,77,124). Sum of RGB (Red+Green+Blue) = 217+77+124=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94D7C is #26B283. Grayscale: #7C7C7C. Windows color (decimal): -2536068 or 8146393. OLE color: 8146393.

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

Color convert

RGB 217 77 124 -
CMYK 0 0.65 0.43 0.15
HSL 339.86º 0.65% 0.58% -
HSV(B) 339.86º 0.65% 0.85% -
XYZ 34.91 21.51 21.38 -
YUV 124.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 217 77 124 0 0.65 0.43 0.15 339.86 0.65 0.58
Hex D9 4D 7C 0 41 2B F 154 41 3A
Octal 331 115 174 0 101 53 17 524 101 72
Binary 11011001 1001101 1111100 0 1000001 101011 1111 101010100 1000001 111010

Color Harmonies of #D94D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D7C

Black with #D94D7C

Text Example


Text Example

White with #D94D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D7C; }

 p { color: rgb(217,77,124); }

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

background-color css

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

 a { background-color: rgb(217,77,124); }

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

border-color css

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

 span { border-color: rgb(217,77,124); }

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