Html Css Color HEX #D55283 Cranberry

📋 copy color: '#D55283'

red 213 ◦ green 82 ◦ blue 131

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

Shades of Cranberry #D55283

Tints of Cranberry #D55283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.25%

 BLUE value IS 131 (51.56% from 255) = 30.75%

R = 50%
G = 19.25%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D55283 (or 0xD55283) is known color: Cranberry. HEX triplet: D5, 52 and 83. RGB value is (213,82,131). Sum of RGB (Red+Green+Blue) = 213+82+131=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D55283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55283 is #2AAD7C. Grayscale: #7E7E7E. Windows color (decimal): -2796925 or 8606421. OLE color: 8606421.

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

Color convert

RGB 213 82 131 -
CMYK 0 0.62 0.38 0.16
HSL 337.56º 0.61% 0.58% -
HSV(B) 337.56º 0.62% 0.84% -
XYZ 34.55 21.82 23.86 -
YUV 126.76 130.4 189.52 -
System Red Green Blue C M Y K H S L
Decimal 213 82 131 0 0.62 0.38 0.16 337.56 0.61 0.58
Hex D5 52 83 0 3E 26 10 152 3D 3A
Octal 325 122 203 0 76 46 20 522 75 72
Binary 11010101 1010010 10000011 0 111110 100110 10000 101010010 111101 111010

Color Harmonies of #D55283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55283

Black with #D55283

Text Example


Text Example

White with #D55283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55283; }

 p { color: rgb(213,82,131); }

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

background-color css

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

 a { background-color: rgb(213,82,131); }

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

border-color css

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

 span { border-color: rgb(213,82,131); }

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