Html Css Color HEX #D4557E Cranberry

📋 copy color: '#D4557E'

red 212 ◦ green 85 ◦ blue 126

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

Shades of Cranberry #D4557E

Tints of Cranberry #D4557E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.09%

 BLUE value IS 126 (49.61% from 255) = 29.79%

R = 50.12%
G = 20.09%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4557E (or 0xD4557E) is known color: Cranberry. HEX triplet: D4, 55 and 7E. RGB value is (212,85,126). Sum of RGB (Red+Green+Blue) = 212+85+126=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4557E is #2BAA81. Grayscale: #7F7F7F. Windows color (decimal): -2861698 or 8279508. OLE color: 8279508.

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

Color convert

RGB 212 85 126 -
CMYK 0 0.60 0.41 0.17
HSL 340.63º 0.6% 0.58% -
HSV(B) 340.63º 0.6% 0.83% -
XYZ 34.17 22 22.18 -
YUV 127.65 127.08 188.17 -
System Red Green Blue C M Y K H S L
Decimal 212 85 126 0 0.60 0.41 0.17 340.63 0.6 0.58
Hex D4 55 7E 0 3C 29 11 155 3C 3A
Octal 324 125 176 0 74 51 21 525 74 72
Binary 11010100 1010101 1111110 0 111100 101001 10001 101010101 111100 111010

Color Harmonies of #D4557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4557E

Black with #D4557E

Text Example


Text Example

White with #D4557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4557E; }

 p { color: rgb(212,85,126); }

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

background-color css

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

 a { background-color: rgb(212,85,126); }

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

border-color css

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

 span { border-color: rgb(212,85,126); }

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