Html Css Color HEX #D94881 Cranberry

📋 copy color: '#D94881'

red 217 ◦ green 72 ◦ blue 129

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

Shades of Cranberry #D94881

Tints of Cranberry #D94881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.22%

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

R = 51.91%
G = 17.22%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D94881 (or 0xD94881) is known color: Cranberry. HEX triplet: D9, 48 and 81. RGB value is (217,72,129). Sum of RGB (Red+Green+Blue) = 217+72+129=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D94881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94881 is #26B77E. Grayscale: #797979. Windows color (decimal): -2537343 or 8472793. OLE color: 8472793.

HSL color Cylindrical-coordinate representation of color #D94881: hue angle of 336.41º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D94881 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 72 129 -
CMYK 0 0.67 0.41 0.15
HSL 336.41º 0.66% 0.57% -
HSV(B) 336.41º 0.67% 0.85% -
XYZ 34.9 20.97 22.98 -
YUV 121.85 132.04 195.87 -
System Red Green Blue C M Y K H S L
Decimal 217 72 129 0 0.67 0.41 0.15 336.41 0.66 0.57
Hex D9 48 81 0 43 29 F 150 42 39
Octal 331 110 201 0 103 51 17 520 102 71
Binary 11011001 1001000 10000001 0 1000011 101001 1111 101010000 1000010 111001

Color Harmonies of #D94881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94881

Black with #D94881

Text Example


Text Example

White with #D94881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94881; }

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

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

background-color css

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

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

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

border-color css

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

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

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