Html Css Color HEX #D94B7C Cranberry

📋 copy color: '#D94B7C'

red 217 ◦ green 75 ◦ blue 124

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

Shades of Cranberry #D94B7C

Tints of Cranberry #D94B7C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.03%

 BLUE value IS 124 (48.83% from 255) = 29.81%

R = 52.16%
G = 18.03%
B = 29.81%

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

#D94B7C (or 0xD94B7C) is known color: Cranberry. HEX triplet: D9, 4B and 7C. RGB value is (217,75,124). Sum of RGB (Red+Green+Blue) = 217+75+124=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94B7C is #26B483. Grayscale: #7A7A7A. Windows color (decimal): -2536580 or 8145881. OLE color: 8145881.

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

Color convert

RGB 217 75 124 -
CMYK 0 0.65 0.43 0.15
HSL 339.3º 0.65% 0.57% -
HSV(B) 339.3º 0.65% 0.85% -
XYZ 34.77 21.24 21.34 -
YUV 123.04 128.54 195.02 -
System Red Green Blue C M Y K H S L
Decimal 217 75 124 0 0.65 0.43 0.15 339.3 0.65 0.57
Hex D9 4B 7C 0 41 2B F 153 41 39
Octal 331 113 174 0 101 53 17 523 101 71
Binary 11011001 1001011 1111100 0 1000001 101011 1111 101010011 1000001 111001

Color Harmonies of #D94B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94B7C

Black with #D94B7C

Text Example


Text Example

White with #D94B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94B7C; }

 p { color: rgb(217,75,124); }

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

background-color css

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

 a { background-color: rgb(217,75,124); }

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

border-color css

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

 span { border-color: rgb(217,75,124); }

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