Html Css Color HEX #D94F7F Cranberry

📋 copy color: '#D94F7F'

red 217 ◦ green 79 ◦ blue 127

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

Shades of Cranberry #D94F7F

Tints of Cranberry #D94F7F

RGB

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

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

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

R = 51.3%
G = 18.68%
B = 30.02%

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

#D94F7F (or 0xD94F7F) is known color: Cranberry. HEX triplet: D9, 4F and 7F. RGB value is (217,79,127). Sum of RGB (Red+Green+Blue) = 217+79+127=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94F7F is #26B080. Grayscale: #7D7D7D. Windows color (decimal): -2535553 or 8343513. OLE color: 8343513.

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

Color convert

RGB 217 79 127 -
CMYK 0 0.64 0.41 0.15
HSL 339.13º 0.64% 0.58% -
HSV(B) 339.13º 0.64% 0.85% -
XYZ 35.24 21.88 22.44 -
YUV 125.73 128.72 193.1 -
System Red Green Blue C M Y K H S L
Decimal 217 79 127 0 0.64 0.41 0.15 339.13 0.64 0.58
Hex D9 4F 7F 0 40 29 F 153 40 3A
Octal 331 117 177 0 100 51 17 523 100 72
Binary 11011001 1001111 1111111 0 1000000 101001 1111 101010011 1000000 111010

Color Harmonies of #D94F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F7F

Black with #D94F7F

Text Example


Text Example

White with #D94F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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