Html Css Color HEX #D94B81 Cranberry

📋 copy color: '#D94B81'

red 217 ◦ green 75 ◦ blue 129

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

Shades of Cranberry #D94B81

Tints of Cranberry #D94B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.64%

R = 51.54%
G = 17.81%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D94B81 (or 0xD94B81) is known color: Cranberry. HEX triplet: D9, 4B and 81. RGB value is (217,75,129). Sum of RGB (Red+Green+Blue) = 217+75+129=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94B81 is #26B47E. Grayscale: #7B7B7B. Windows color (decimal): -2536575 or 8473561. OLE color: 8473561.

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

Color convert

RGB 217 75 129 -
CMYK 0 0.65 0.41 0.15
HSL 337.18º 0.65% 0.57% -
HSV(B) 337.18º 0.65% 0.85% -
XYZ 35.09 21.37 23.04 -
YUV 123.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 217 75 129 0 0.65 0.41 0.15 337.18 0.65 0.57
Hex D9 4B 81 0 41 29 F 151 41 39
Octal 331 113 201 0 101 51 17 521 101 71
Binary 11011001 1001011 10000001 0 1000001 101001 1111 101010001 1000001 111001

Color Harmonies of #D94B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94B81

Black with #D94B81

Text Example


Text Example

White with #D94B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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