Html Css Color HEX #D94D7B Cranberry

📋 copy color: '#D94D7B'

red 217 ◦ green 77 ◦ blue 123

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

Shades of Cranberry #D94D7B

Tints of Cranberry #D94D7B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.47%

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

R = 52.04%
G = 18.47%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D94D7B (or 0xD94D7B) is known color: Cranberry. HEX triplet: D9, 4D and 7B. RGB value is (217,77,123). Sum of RGB (Red+Green+Blue) = 217+77+123=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94D7B is #26B284. Grayscale: #7C7C7C. Windows color (decimal): -2536069 or 8080857. OLE color: 8080857.

HSL color Cylindrical-coordinate representation of color #D94D7B: hue angle of 340.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94D7B is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 77 123 -
CMYK 0 0.65 0.43 0.15
HSL 340.29º 0.65% 0.58% -
HSV(B) 340.29º 0.65% 0.85% -
XYZ 34.84 21.49 21.05 -
YUV 124.1 127.38 194.26 -
System Red Green Blue C M Y K H S L
Decimal 217 77 123 0 0.65 0.43 0.15 340.29 0.65 0.58
Hex D9 4D 7B 0 41 2B F 154 41 3A
Octal 331 115 173 0 101 53 17 524 101 72
Binary 11011001 1001101 1111011 0 1000001 101011 1111 101010100 1000001 111010

Color Harmonies of #D94D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D7B

Black with #D94D7B

Text Example


Text Example

White with #D94D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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