Html Css Color HEX #D7557D Cranberry

📋 copy color: '#D7557D'

red 215 ◦ green 85 ◦ blue 125

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

Shades of Cranberry #D7557D

Tints of Cranberry #D7557D

RGB

 RED value IS 215 (84.38% from 255) = 50.59%

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

 BLUE value IS 125 (49.22% from 255) = 29.41%

R = 50.59%
G = 20%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7557D (or 0xD7557D) is known color: Cranberry. HEX triplet: D7, 55 and 7D. RGB value is (215,85,125). Sum of RGB (Red+Green+Blue) = 215+85+125=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7557D is #28AA82. Grayscale: #808080. Windows color (decimal): -2665091 or 8213975. OLE color: 8213975.

HSL color Cylindrical-coordinate representation of color #D7557D: hue angle of 341.54º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7557D is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 85 125 -
CMYK 0 0.60 0.42 0.16
HSL 341.54º 0.62% 0.59% -
HSV(B) 341.54º 0.6% 0.84% -
XYZ 34.97 22.42 21.89 -
YUV 128.43 126.07 189.75 -
System Red Green Blue C M Y K H S L
Decimal 215 85 125 0 0.60 0.42 0.16 341.54 0.62 0.59
Hex D7 55 7D 0 3C 2A 10 156 3E 3B
Octal 327 125 175 0 74 52 20 526 76 73
Binary 11010111 1010101 1111101 0 111100 101010 10000 101010110 111110 111011

Color Harmonies of #D7557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7557D

Black with #D7557D

Text Example


Text Example

White with #D7557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7557D; }

 p { color: rgb(215,85,125); }

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

background-color css

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

 a { background-color: rgb(215,85,125); }

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

border-color css

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

 span { border-color: rgb(215,85,125); }

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