Html Css Color HEX #D45177 Cranberry

📋 copy color: '#D45177'

red 212 ◦ green 81 ◦ blue 119

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

Shades of Cranberry #D45177

Tints of Cranberry #D45177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.66%

 BLUE value IS 119 (46.88% from 255) = 28.88%

R = 51.46%
G = 19.66%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D45177 (or 0xD45177) is known color: Cranberry. HEX triplet: D4, 51 and 77. RGB value is (212,81,119). Sum of RGB (Red+Green+Blue) = 212+81+119=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D45177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45177 is #2BAE88. Grayscale: #7C7C7C. Windows color (decimal): -2862729 or 7819732. OLE color: 7819732.

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

Color convert

RGB 212 81 119 -
CMYK 0 0.62 0.44 0.17
HSL 342.6º 0.6% 0.57% -
HSV(B) 342.6º 0.62% 0.83% -
XYZ 33.42 21.21 19.79 -
YUV 124.5 124.9 190.41 -
System Red Green Blue C M Y K H S L
Decimal 212 81 119 0 0.62 0.44 0.17 342.6 0.6 0.57
Hex D4 51 77 0 3E 2C 11 157 3C 39
Octal 324 121 167 0 76 54 21 527 74 71
Binary 11010100 1010001 1110111 0 111110 101100 10001 101010111 111100 111001

Color Harmonies of #D45177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45177

Black with #D45177

Text Example


Text Example

White with #D45177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45177; }

 p { color: rgb(212,81,119); }

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

background-color css

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

 a { background-color: rgb(212,81,119); }

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

border-color css

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

 span { border-color: rgb(212,81,119); }

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