Html Css Color HEX #D94C75 Cranberry

📋 copy color: '#D94C75'

red 217 ◦ green 76 ◦ blue 117

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

Shades of Cranberry #D94C75

Tints of Cranberry #D94C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.54%

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

R = 52.93%
G = 18.54%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D94C75 (or 0xD94C75) is known color: Cranberry. HEX triplet: D9, 4C and 75. RGB value is (217,76,117). Sum of RGB (Red+Green+Blue) = 217+76+117=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C75 is #26B38A. Grayscale: #7A7A7A. Windows color (decimal): -2536331 or 7687385. OLE color: 7687385.

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

Color convert

RGB 217 76 117 -
CMYK 0 0.65 0.46 0.15
HSL 342.55º 0.65% 0.57% -
HSV(B) 342.55º 0.65% 0.85% -
XYZ 34.41 21.2 19.11 -
YUV 122.83 124.71 195.17 -
System Red Green Blue C M Y K H S L
Decimal 217 76 117 0 0.65 0.46 0.15 342.55 0.65 0.57
Hex D9 4C 75 0 41 2E F 157 41 39
Octal 331 114 165 0 101 56 17 527 101 71
Binary 11011001 1001100 1110101 0 1000001 101110 1111 101010111 1000001 111001

Color Harmonies of #D94C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C75

Black with #D94C75

Text Example


Text Example

White with #D94C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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