Html Css Color HEX #D94C8A Cranberry

📋 copy color: '#D94C8A'

red 217 ◦ green 76 ◦ blue 138

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

Shades of Cranberry #D94C8A

Tints of Cranberry #D94C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 50.35%
G = 17.63%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D94C8A (or 0xD94C8A) is known color: Cranberry. HEX triplet: D9, 4C and 8A. RGB value is (217,76,138). Sum of RGB (Red+Green+Blue) = 217+76+138=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94C8A is #26B375. Grayscale: #7D7D7D. Windows color (decimal): -2536310 or 9063641. OLE color: 9063641.

HSL color Cylindrical-coordinate representation of color #D94C8A: hue angle of 333.62º 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 #D94C8A is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 76 138 -
CMYK 0 0.65 0.36 0.15
HSL 333.62º 0.65% 0.57% -
HSV(B) 333.62º 0.65% 0.85% -
XYZ 35.79 21.76 26.36 -
YUV 125.23 135.21 193.46 -
System Red Green Blue C M Y K H S L
Decimal 217 76 138 0 0.65 0.36 0.15 333.62 0.65 0.57
Hex D9 4C 8A 0 41 24 F 14E 41 39
Octal 331 114 212 0 101 44 17 516 101 71
Binary 11011001 1001100 10001010 0 1000001 100100 1111 101001110 1000001 111001

Color Harmonies of #D94C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C8A

Black with #D94C8A

Text Example


Text Example

White with #D94C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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