Html Css Color HEX #D94B89 Cranberry

📋 copy color: '#D94B89'

red 217 ◦ green 75 ◦ blue 137

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

Shades of Cranberry #D94B89

Tints of Cranberry #D94B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.93%

R = 50.58%
G = 17.48%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D94B89 (or 0xD94B89) is known color: Cranberry. HEX triplet: D9, 4B and 89. RGB value is (217,75,137). Sum of RGB (Red+Green+Blue) = 217+75+137=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94B89 is #26B476. Grayscale: #7C7C7C. Windows color (decimal): -2536567 or 8997849. OLE color: 8997849.

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

Color convert

RGB 217 75 137 -
CMYK 0 0.65 0.37 0.15
HSL 333.8º 0.65% 0.57% -
HSV(B) 333.8º 0.65% 0.85% -
XYZ 35.65 21.59 25.96 -
YUV 124.53 135.04 193.96 -
System Red Green Blue C M Y K H S L
Decimal 217 75 137 0 0.65 0.37 0.15 333.8 0.65 0.57
Hex D9 4B 89 0 41 25 F 14E 41 39
Octal 331 113 211 0 101 45 17 516 101 71
Binary 11011001 1001011 10001001 0 1000001 100101 1111 101001110 1000001 111001

Color Harmonies of #D94B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94B89

Black with #D94B89

Text Example


Text Example

White with #D94B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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