Html Css Color HEX #D3577D Cranberry

📋 copy color: '#D3577D'

red 211 ◦ green 87 ◦ blue 125

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

Shades of Cranberry #D3577D

Tints of Cranberry #D3577D

RGB

 RED value IS 211 (82.81% from 255) = 49.88%

 GREEN value IS 87 (34.38% from 255) = 20.57%

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

R = 49.88%
G = 20.57%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3577D (or 0xD3577D) is known color: Cranberry. HEX triplet: D3, 57 and 7D. RGB value is (211,87,125). Sum of RGB (Red+Green+Blue) = 211+87+125=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3577D is #2CA882. Grayscale: #808080. Windows color (decimal): -2926723 or 8214483. OLE color: 8214483.

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

Color convert

RGB 211 87 125 -
CMYK 0 0.59 0.41 0.17
HSL 341.61º 0.58% 0.58% -
HSV(B) 341.61º 0.59% 0.83% -
XYZ 33.97 22.15 21.89 -
YUV 128.41 126.08 186.91 -
System Red Green Blue C M Y K H S L
Decimal 211 87 125 0 0.59 0.41 0.17 341.61 0.58 0.58
Hex D3 57 7D 0 3B 29 11 156 3A 3A
Octal 323 127 175 0 73 51 21 526 72 72
Binary 11010011 1010111 1111101 0 111011 101001 10001 101010110 111010 111010

Color Harmonies of #D3577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3577D

Black with #D3577D

Text Example


Text Example

White with #D3577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3577D; }

 p { color: rgb(211,87,125); }

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

background-color css

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

 a { background-color: rgb(211,87,125); }

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

border-color css

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

 span { border-color: rgb(211,87,125); }

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