Html Css Color HEX #D94471 Cranberry

📋 copy color: '#D94471'

red 217 ◦ green 68 ◦ blue 113

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

Shades of Cranberry #D94471

Tints of Cranberry #D94471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.09%

 BLUE value IS 113 (44.53% from 255) = 28.39%

R = 54.52%
G = 17.09%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D94471 (or 0xD94471) is known color: Cranberry. HEX triplet: D9, 44 and 71. RGB value is (217,68,113). Sum of RGB (Red+Green+Blue) = 217+68+113=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D94471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94471 is #26BB8E. Grayscale: #757575. Windows color (decimal): -2538383 or 7423193. OLE color: 7423193.

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

Color convert

RGB 217 68 113 -
CMYK 0 0.69 0.48 0.15
HSL 341.88º 0.66% 0.56% -
HSV(B) 341.88º 0.69% 0.85% -
XYZ 33.66 20.08 17.72 -
YUV 117.68 125.36 198.84 -
System Red Green Blue C M Y K H S L
Decimal 217 68 113 0 0.69 0.48 0.15 341.88 0.66 0.56
Hex D9 44 71 0 45 30 F 156 42 38
Octal 331 104 161 0 105 60 17 526 102 70
Binary 11011001 1000100 1110001 0 1000101 110000 1111 101010110 1000010 111000

Color Harmonies of #D94471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94471

Black with #D94471

Text Example


Text Example

White with #D94471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94471; }

 p { color: rgb(217,68,113); }

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

background-color css

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

 a { background-color: rgb(217,68,113); }

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

border-color css

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

 span { border-color: rgb(217,68,113); }

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