Html Css Color HEX #D4557A Cranberry

📋 copy color: '#D4557A'

red 212 ◦ green 85 ◦ blue 122

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

Shades of Cranberry #D4557A

Tints of Cranberry #D4557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.12%

R = 50.6%
G = 20.29%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4557A (or 0xD4557A) is known color: Cranberry. HEX triplet: D4, 55 and 7A. RGB value is (212,85,122). Sum of RGB (Red+Green+Blue) = 212+85+122=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4557A is #2BAA85. Grayscale: #7F7F7F. Windows color (decimal): -2861702 or 8017364. OLE color: 8017364.

HSL color Cylindrical-coordinate representation of color #D4557A: hue angle of 342.52º 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 #D4557A is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 85 122 -
CMYK 0 0.60 0.42 0.17
HSL 342.52º 0.6% 0.58% -
HSV(B) 342.52º 0.6% 0.83% -
XYZ 33.91 21.9 20.85 -
YUV 127.19 125.08 188.49 -
System Red Green Blue C M Y K H S L
Decimal 212 85 122 0 0.60 0.42 0.17 342.52 0.6 0.58
Hex D4 55 7A 0 3C 2A 11 157 3C 3A
Octal 324 125 172 0 74 52 21 527 74 72
Binary 11010100 1010101 1111010 0 111100 101010 10001 101010111 111100 111010

Color Harmonies of #D4557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4557A

Black with #D4557A

Text Example


Text Example

White with #D4557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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