Html Css Color HEX #D94784 Cranberry

📋 copy color: '#D94784'

red 217 ◦ green 71 ◦ blue 132

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

Shades of Cranberry #D94784

Tints of Cranberry #D94784

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.9%

 BLUE value IS 132 (51.95% from 255) = 31.43%

R = 51.67%
G = 16.9%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D94784 (or 0xD94784) is known color: Cranberry. HEX triplet: D9, 47 and 84. RGB value is (217,71,132). Sum of RGB (Red+Green+Blue) = 217+71+132=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D94784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94784 is #26B87B. Grayscale: #797979. Windows color (decimal): -2537596 or 8669145. OLE color: 8669145.

HSL color Cylindrical-coordinate representation of color #D94784: hue angle of 334.93º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D94784 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 71 132 -
CMYK 0 0.67 0.39 0.15
HSL 334.93º 0.66% 0.56% -
HSV(B) 334.93º 0.67% 0.85% -
XYZ 35.03 20.92 24.02 -
YUV 121.61 133.87 196.04 -
System Red Green Blue C M Y K H S L
Decimal 217 71 132 0 0.67 0.39 0.15 334.93 0.66 0.56
Hex D9 47 84 0 43 27 F 14F 42 38
Octal 331 107 204 0 103 47 17 517 102 70
Binary 11011001 1000111 10000100 0 1000011 100111 1111 101001111 1000010 111000

Color Harmonies of #D94784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94784

Black with #D94784

Text Example


Text Example

White with #D94784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94784; }

 p { color: rgb(217,71,132); }

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

background-color css

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

 a { background-color: rgb(217,71,132); }

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

border-color css

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

 span { border-color: rgb(217,71,132); }

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