Html Css Color HEX #D94B7B Cranberry

📋 copy color: '#D94B7B'

red 217 ◦ green 75 ◦ blue 123

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

Shades of Cranberry #D94B7B

Tints of Cranberry #D94B7B

RGB

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

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

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

R = 52.29%
G = 18.07%
B = 29.64%

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

#D94B7B (or 0xD94B7B) is known color: Cranberry. HEX triplet: D9, 4B and 7B. RGB value is (217,75,123). Sum of RGB (Red+Green+Blue) = 217+75+123=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94B7B is #26B484. Grayscale: #7A7A7A. Windows color (decimal): -2536581 or 8080345. OLE color: 8080345.

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

Color convert

RGB 217 75 123 -
CMYK 0 0.65 0.43 0.15
HSL 339.72º 0.65% 0.57% -
HSV(B) 339.72º 0.65% 0.85% -
XYZ 34.71 21.21 21 -
YUV 122.93 128.04 195.1 -
System Red Green Blue C M Y K H S L
Decimal 217 75 123 0 0.65 0.43 0.15 339.72 0.65 0.57
Hex D9 4B 7B 0 41 2B F 154 41 39
Octal 331 113 173 0 101 53 17 524 101 71
Binary 11011001 1001011 1111011 0 1000001 101011 1111 101010100 1000001 111001

Color Harmonies of #D94B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94B7B

Black with #D94B7B

Text Example


Text Example

White with #D94B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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