Html Css Color HEX #D94775 Cranberry

📋 copy color: '#D94775'

red 217 ◦ green 71 ◦ blue 117

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

Shades of Cranberry #D94775

Tints of Cranberry #D94775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.53%

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 53.58%
G = 17.53%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D94775 (or 0xD94775) is known color: Cranberry. HEX triplet: D9, 47 and 75. RGB value is (217,71,117). Sum of RGB (Red+Green+Blue) = 217+71+117=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D94775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94775 is #26B88A. Grayscale: #777777. Windows color (decimal): -2537611 or 7686105. OLE color: 7686105.

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

Color convert

RGB 217 71 117 -
CMYK 0 0.67 0.46 0.15
HSL 341.1º 0.66% 0.56% -
HSV(B) 341.1º 0.67% 0.85% -
XYZ 34.08 20.54 19 -
YUV 119.9 126.37 197.26 -
System Red Green Blue C M Y K H S L
Decimal 217 71 117 0 0.67 0.46 0.15 341.1 0.66 0.56
Hex D9 47 75 0 43 2E F 155 42 38
Octal 331 107 165 0 103 56 17 525 102 70
Binary 11011001 1000111 1110101 0 1000011 101110 1111 101010101 1000010 111000

Color Harmonies of #D94775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94775

Black with #D94775

Text Example


Text Example

White with #D94775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94775; }

 p { color: rgb(217,71,117); }

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

background-color css

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

 a { background-color: rgb(217,71,117); }

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

border-color css

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

 span { border-color: rgb(217,71,117); }

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