Html Css Color HEX #D94B73 Cranberry

📋 copy color: '#D94B73'

red 217 ◦ green 75 ◦ blue 115

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

Shades of Cranberry #D94B73

Tints of Cranberry #D94B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.43%

 BLUE value IS 115 (45.31% from 255) = 28.26%

R = 53.32%
G = 18.43%
B = 28.26%

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

#D94B73 (or 0xD94B73) is known color: Cranberry. HEX triplet: D9, 4B and 73. RGB value is (217,75,115). Sum of RGB (Red+Green+Blue) = 217+75+115=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94B73 is #26B48C. Grayscale: #7A7A7A. Windows color (decimal): -2536589 or 7556057. OLE color: 7556057.

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

Color convert

RGB 217 75 115 -
CMYK 0 0.65 0.47 0.15
HSL 343.1º 0.65% 0.57% -
HSV(B) 343.1º 0.65% 0.85% -
XYZ 34.23 21.02 18.47 -
YUV 122.02 124.04 195.75 -
System Red Green Blue C M Y K H S L
Decimal 217 75 115 0 0.65 0.47 0.15 343.1 0.65 0.57
Hex D9 4B 73 0 41 2F F 157 41 39
Octal 331 113 163 0 101 57 17 527 101 71
Binary 11011001 1001011 1110011 0 1000001 101111 1111 101010111 1000001 111001

Color Harmonies of #D94B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94B73

Black with #D94B73

Text Example


Text Example

White with #D94B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94B73; }

 p { color: rgb(217,75,115); }

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

background-color css

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

 a { background-color: rgb(217,75,115); }

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

border-color css

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

 span { border-color: rgb(217,75,115); }

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