Html Css Color HEX #D44875 Cranberry

📋 copy color: '#D44875'

red 212 ◦ green 72 ◦ blue 117

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

Shades of Cranberry #D44875

Tints of Cranberry #D44875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.96%

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

R = 52.87%
G = 17.96%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D44875 (or 0xD44875) is known color: Cranberry. HEX triplet: D4, 48 and 75. RGB value is (212,72,117). Sum of RGB (Red+Green+Blue) = 212+72+117=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D44875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44875 is #2BB78A. Grayscale: #767676. Windows color (decimal): -2865035 or 7686356. OLE color: 7686356.

HSL color Cylindrical-coordinate representation of color #D44875: hue angle of 340.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D44875 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 72 117 -
CMYK 0 0.66 0.45 0.17
HSL 340.71º 0.62% 0.56% -
HSV(B) 340.71º 0.66% 0.83% -
XYZ 32.68 19.92 18.95 -
YUV 118.99 126.88 194.34 -
System Red Green Blue C M Y K H S L
Decimal 212 72 117 0 0.66 0.45 0.17 340.71 0.62 0.56
Hex D4 48 75 0 42 2D 11 155 3E 38
Octal 324 110 165 0 102 55 21 525 76 70
Binary 11010100 1001000 1110101 0 1000010 101101 10001 101010101 111110 111000

Color Harmonies of #D44875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44875

Black with #D44875

Text Example


Text Example

White with #D44875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44875; }

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

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

background-color css

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

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

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

border-color css

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

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

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