Html Css Color HEX #D94E7D Cranberry

📋 copy color: '#D94E7D'

red 217 ◦ green 78 ◦ blue 125

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

Shades of Cranberry #D94E7D

Tints of Cranberry #D94E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 51.67%
G = 18.57%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D94E7D (or 0xD94E7D) is known color: Cranberry. HEX triplet: D9, 4E and 7D. RGB value is (217,78,125). Sum of RGB (Red+Green+Blue) = 217+78+125=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94E7D is #26B182. Grayscale: #7C7C7C. Windows color (decimal): -2535811 or 8212185. OLE color: 8212185.

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

Color convert

RGB 217 78 125 -
CMYK 0 0.64 0.42 0.15
HSL 339.71º 0.65% 0.58% -
HSV(B) 339.71º 0.64% 0.85% -
XYZ 35.04 21.68 21.74 -
YUV 124.92 128.05 193.68 -
System Red Green Blue C M Y K H S L
Decimal 217 78 125 0 0.64 0.42 0.15 339.71 0.65 0.58
Hex D9 4E 7D 0 40 2A F 154 41 3A
Octal 331 116 175 0 100 52 17 524 101 72
Binary 11011001 1001110 1111101 0 1000000 101010 1111 101010100 1000001 111010

Color Harmonies of #D94E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94E7D

Black with #D94E7D

Text Example


Text Example

White with #D94E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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