Html Css Color HEX #D94C7A Cranberry

📋 copy color: '#D94C7A'

red 217 ◦ green 76 ◦ blue 122

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

Shades of Cranberry #D94C7A

Tints of Cranberry #D94C7A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.31%

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 52.29%
G = 18.31%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D94C7A (or 0xD94C7A) is known color: Cranberry. HEX triplet: D9, 4C and 7A. RGB value is (217,76,122). Sum of RGB (Red+Green+Blue) = 217+76+122=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C7A is #26B385. Grayscale: #7B7B7B. Windows color (decimal): -2536326 or 8015065. OLE color: 8015065.

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

Color convert

RGB 217 76 122 -
CMYK 0 0.65 0.44 0.15
HSL 340.43º 0.65% 0.57% -
HSV(B) 340.43º 0.65% 0.85% -
XYZ 34.71 21.33 20.7 -
YUV 123.4 127.21 194.76 -
System Red Green Blue C M Y K H S L
Decimal 217 76 122 0 0.65 0.44 0.15 340.43 0.65 0.57
Hex D9 4C 7A 0 41 2C F 154 41 39
Octal 331 114 172 0 101 54 17 524 101 71
Binary 11011001 1001100 1111010 0 1000001 101100 1111 101010100 1000001 111001

Color Harmonies of #D94C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C7A

Black with #D94C7A

Text Example


Text Example

White with #D94C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C7A; }

 p { color: rgb(217,76,122); }

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

background-color css

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

 a { background-color: rgb(217,76,122); }

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

border-color css

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

 span { border-color: rgb(217,76,122); }

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