Html Css Color HEX #D44475 Cranberry

📋 copy color: '#D44475'

red 212 ◦ green 68 ◦ blue 117

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

Shades of Cranberry #D44475

Tints of Cranberry #D44475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.13%

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

R = 53.4%
G = 17.13%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D44475 (or 0xD44475) is known color: Cranberry. HEX triplet: D4, 44 and 75. RGB value is (212,68,117). Sum of RGB (Red+Green+Blue) = 212+68+117=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D44475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44475 is #2BBB8A. Grayscale: #747474. Windows color (decimal): -2866059 or 7685332. OLE color: 7685332.

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

Color convert

RGB 212 68 117 -
CMYK 0 0.68 0.45 0.17
HSL 339.58º 0.63% 0.55% -
HSV(B) 339.58º 0.68% 0.83% -
XYZ 32.43 19.42 18.87 -
YUV 116.64 128.21 196.02 -
System Red Green Blue C M Y K H S L
Decimal 212 68 117 0 0.68 0.45 0.17 339.58 0.63 0.55
Hex D4 44 75 0 44 2D 11 154 3F 37
Octal 324 104 165 0 104 55 21 524 77 67
Binary 11010100 1000100 1110101 0 1000100 101101 10001 101010100 111111 110111

Color Harmonies of #D44475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44475

Black with #D44475

Text Example


Text Example

White with #D44475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44475; }

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

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

background-color css

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

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

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

border-color css

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

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

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