Html Css Color HEX #D94E7A Cranberry

📋 copy color: '#D94E7A'

red 217 ◦ green 78 ◦ blue 122

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

Shades of Cranberry #D94E7A

Tints of Cranberry #D94E7A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.71%

 BLUE value IS 122 (48.05% from 255) = 29.26%

R = 52.04%
G = 18.71%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D94E7A (or 0xD94E7A) is known color: Cranberry. HEX triplet: D9, 4E and 7A. RGB value is (217,78,122). Sum of RGB (Red+Green+Blue) = 217+78+122=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94E7A is #26B185. Grayscale: #7C7C7C. Windows color (decimal): -2535814 or 8015577. OLE color: 8015577.

HSL color Cylindrical-coordinate representation of color #D94E7A: hue angle of 341.01º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D94E7A is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 78 122 -
CMYK 0 0.64 0.44 0.15
HSL 341.01º 0.65% 0.58% -
HSV(B) 341.01º 0.64% 0.85% -
XYZ 34.85 21.61 20.75 -
YUV 124.58 126.55 193.92 -
System Red Green Blue C M Y K H S L
Decimal 217 78 122 0 0.64 0.44 0.15 341.01 0.65 0.58
Hex D9 4E 7A 0 40 2C F 155 41 3A
Octal 331 116 172 0 100 54 17 525 101 72
Binary 11011001 1001110 1111010 0 1000000 101100 1111 101010101 1000001 111010

Color Harmonies of #D94E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94E7A

Black with #D94E7A

Text Example


Text Example

White with #D94E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94E7A; }

 p { color: rgb(217,78,122); }

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

background-color css

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

 a { background-color: rgb(217,78,122); }

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

border-color css

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

 span { border-color: rgb(217,78,122); }

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