Html Css Color HEX #D94E7F Cranberry

📋 copy color: '#D94E7F'

red 217 ◦ green 78 ◦ blue 127

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

Shades of Cranberry #D94E7F

Tints of Cranberry #D94E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.09%

R = 51.42%
G = 18.48%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D94E7F (or 0xD94E7F) is known color: Cranberry. HEX triplet: D9, 4E and 7F. RGB value is (217,78,127). Sum of RGB (Red+Green+Blue) = 217+78+127=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94E7F is #26B180. Grayscale: #7D7D7D. Windows color (decimal): -2535809 or 8343257. OLE color: 8343257.

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

Color convert

RGB 217 78 127 -
CMYK 0 0.64 0.41 0.15
HSL 338.85º 0.65% 0.58% -
HSV(B) 338.85º 0.64% 0.85% -
XYZ 35.17 21.73 22.42 -
YUV 125.15 129.05 193.52 -
System Red Green Blue C M Y K H S L
Decimal 217 78 127 0 0.64 0.41 0.15 338.85 0.65 0.58
Hex D9 4E 7F 0 40 29 F 153 41 3A
Octal 331 116 177 0 100 51 17 523 101 72
Binary 11011001 1001110 1111111 0 1000000 101001 1111 101010011 1000001 111010

Color Harmonies of #D94E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94E7F

Black with #D94E7F

Text Example


Text Example

White with #D94E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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