Html Css Color HEX #D56280 Cranberry

📋 copy color: '#D56280'

red 213 ◦ green 98 ◦ blue 128

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

Shades of Cranberry #D56280

Tints of Cranberry #D56280

RGB

 RED value IS 213 (83.59% from 255) = 48.52%

 GREEN value IS 98 (38.67% from 255) = 22.32%

 BLUE value IS 128 (50.39% from 255) = 29.16%

R = 48.52%
G = 22.32%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D56280 (or 0xD56280) is known color: Cranberry. HEX triplet: D5, 62 and 80. RGB value is (213,98,128). Sum of RGB (Red+Green+Blue) = 213+98+128=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D56280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56280 is #2A9D7F. Grayscale: #878787. Windows color (decimal): -2792832 or 8413909. OLE color: 8413909.

HSL color Cylindrical-coordinate representation of color #D56280: hue angle of 344.35º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56280 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 98 128 -
CMYK 0 0.54 0.40 0.16
HSL 344.35º 0.58% 0.61% -
HSV(B) 344.35º 0.54% 0.84% -
XYZ 35.7 24.44 23.26 -
YUV 135.81 123.6 183.06 -
System Red Green Blue C M Y K H S L
Decimal 213 98 128 0 0.54 0.40 0.16 344.35 0.58 0.61
Hex D5 62 80 0 36 28 10 158 3A 3D
Octal 325 142 200 0 66 50 20 530 72 75
Binary 11010101 1100010 10000000 0 110110 101000 10000 101011000 111010 111101

Color Harmonies of #D56280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56280

Black with #D56280

Text Example


Text Example

White with #D56280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56280; }

 p { color: rgb(213,98,128); }

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

background-color css

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

 a { background-color: rgb(213,98,128); }

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

border-color css

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

 span { border-color: rgb(213,98,128); }

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