Html Css Color HEX #D94F7B Cranberry

📋 copy color: '#D94F7B'

red 217 ◦ green 79 ◦ blue 123

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

Shades of Cranberry #D94F7B

Tints of Cranberry #D94F7B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.85%

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

R = 51.79%
G = 18.85%
B = 29.36%

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

#D94F7B (or 0xD94F7B) is known color: Cranberry. HEX triplet: D9, 4F and 7B. RGB value is (217,79,123). Sum of RGB (Red+Green+Blue) = 217+79+123=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94F7B is #26B084. Grayscale: #7D7D7D. Windows color (decimal): -2535557 or 8081369. OLE color: 8081369.

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

Color convert

RGB 217 79 123 -
CMYK 0 0.64 0.43 0.15
HSL 340.87º 0.64% 0.58% -
HSV(B) 340.87º 0.64% 0.85% -
XYZ 34.99 21.77 21.1 -
YUV 125.28 126.72 193.42 -
System Red Green Blue C M Y K H S L
Decimal 217 79 123 0 0.64 0.43 0.15 340.87 0.64 0.58
Hex D9 4F 7B 0 40 2B F 155 40 3A
Octal 331 117 173 0 100 53 17 525 100 72
Binary 11011001 1001111 1111011 0 1000000 101011 1111 101010101 1000000 111010

Color Harmonies of #D94F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F7B

Black with #D94F7B

Text Example


Text Example

White with #D94F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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