Html Css Color HEX #D44F75 Cranberry

📋 copy color: '#D44F75'

red 212 ◦ green 79 ◦ blue 117

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

Shades of Cranberry #D44F75

Tints of Cranberry #D44F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.68%

R = 51.96%
G = 19.36%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D44F75 (or 0xD44F75) is known color: Cranberry. HEX triplet: D4, 4F and 75. RGB value is (212,79,117). Sum of RGB (Red+Green+Blue) = 212+79+117=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44F75 is #2BB08A. Grayscale: #7B7B7B. Windows color (decimal): -2863243 or 7688148. OLE color: 7688148.

HSL color Cylindrical-coordinate representation of color #D44F75: hue angle of 342.86º 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 #D44F75 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 79 117 -
CMYK 0 0.63 0.45 0.17
HSL 342.86º 0.61% 0.57% -
HSV(B) 342.86º 0.63% 0.83% -
XYZ 33.16 20.87 19.11 -
YUV 123.1 124.56 191.41 -
System Red Green Blue C M Y K H S L
Decimal 212 79 117 0 0.63 0.45 0.17 342.86 0.61 0.57
Hex D4 4F 75 0 3F 2D 11 157 3D 39
Octal 324 117 165 0 77 55 21 527 75 71
Binary 11010100 1001111 1110101 0 111111 101101 10001 101010111 111101 111001

Color Harmonies of #D44F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44F75

Black with #D44F75

Text Example


Text Example

White with #D44F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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