Html Css Color HEX #D44F84 Cranberry

📋 copy color: '#D44F84'

red 212 ◦ green 79 ◦ blue 132

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

Shades of Cranberry #D44F84

Tints of Cranberry #D44F84

RGB

 RED value IS 212 (83.2% from 255) = 50.12%

 GREEN value IS 79 (31.25% from 255) = 18.68%

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

R = 50.12%
G = 18.68%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D44F84 (or 0xD44F84) is known color: Cranberry. HEX triplet: D4, 4F and 84. RGB value is (212,79,132). Sum of RGB (Red+Green+Blue) = 212+79+132=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44F84 is #2BB07B. Grayscale: #7C7C7C. Windows color (decimal): -2863228 or 8671188. OLE color: 8671188.

HSL color Cylindrical-coordinate representation of color #D44F84: hue angle of 336.09º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D44F84 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 79 132 -
CMYK 0 0.63 0.38 0.17
HSL 336.09º 0.61% 0.57% -
HSV(B) 336.09º 0.63% 0.83% -
XYZ 34.11 21.25 24.13 -
YUV 124.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 212 79 132 0 0.63 0.38 0.17 336.09 0.61 0.57
Hex D4 4F 84 0 3F 26 11 150 3D 39
Octal 324 117 204 0 77 46 21 520 75 71
Binary 11010100 1001111 10000100 0 111111 100110 10001 101010000 111101 111001

Color Harmonies of #D44F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44F84

Black with #D44F84

Text Example


Text Example

White with #D44F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44F84; }

 p { color: rgb(212,79,132); }

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

background-color css

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

 a { background-color: rgb(212,79,132); }

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

border-color css

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

 span { border-color: rgb(212,79,132); }

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