Html Css Color HEX #D44276 Cranberry

📋 copy color: '#D44276'

red 212 ◦ green 66 ◦ blue 118

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

Shades of Cranberry #D44276

Tints of Cranberry #D44276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.67%

 BLUE value IS 118 (46.48% from 255) = 29.8%

R = 53.54%
G = 16.67%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D44276 (or 0xD44276) is known color: Cranberry. HEX triplet: D4, 42 and 76. RGB value is (212,66,118). Sum of RGB (Red+Green+Blue) = 212+66+118=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D44276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44276 is #2BBD89. Grayscale: #737373. Windows color (decimal): -2866570 or 7750356. OLE color: 7750356.

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

Color convert

RGB 212 66 118 -
CMYK 0 0.69 0.44 0.17
HSL 338.63º 0.63% 0.55% -
HSV(B) 338.63º 0.69% 0.83% -
XYZ 32.37 19.2 19.14 -
YUV 115.58 129.37 196.77 -
System Red Green Blue C M Y K H S L
Decimal 212 66 118 0 0.69 0.44 0.17 338.63 0.63 0.55
Hex D4 42 76 0 45 2C 11 153 3F 37
Octal 324 102 166 0 105 54 21 523 77 67
Binary 11010100 1000010 1110110 0 1000101 101100 10001 101010011 111111 110111

Color Harmonies of #D44276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44276

Black with #D44276

Text Example


Text Example

White with #D44276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44276; }

 p { color: rgb(212,66,118); }

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

background-color css

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

 a { background-color: rgb(212,66,118); }

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

border-color css

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

 span { border-color: rgb(212,66,118); }

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