Html Css Color HEX #D94E7B Cranberry

📋 copy color: '#D94E7B'

red 217 ◦ green 78 ◦ blue 123

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

Shades of Cranberry #D94E7B

Tints of Cranberry #D94E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.43%

R = 51.91%
G = 18.66%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D94E7B (or 0xD94E7B) is known color: Cranberry. HEX triplet: D9, 4E and 7B. RGB value is (217,78,123). Sum of RGB (Red+Green+Blue) = 217+78+123=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94E7B is #26B184. Grayscale: #7C7C7C. Windows color (decimal): -2535813 or 8081113. OLE color: 8081113.

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

Color convert

RGB 217 78 123 -
CMYK 0 0.64 0.43 0.15
HSL 340.58º 0.65% 0.58% -
HSV(B) 340.58º 0.64% 0.85% -
XYZ 34.91 21.63 21.07 -
YUV 124.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 217 78 123 0 0.64 0.43 0.15 340.58 0.65 0.58
Hex D9 4E 7B 0 40 2B F 155 41 3A
Octal 331 116 173 0 100 53 17 525 101 72
Binary 11011001 1001110 1111011 0 1000000 101011 1111 101010101 1000001 111010

Color Harmonies of #D94E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94E7B

Black with #D94E7B

Text Example


Text Example

White with #D94E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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