Html Css Color HEX #D55380 Cranberry

📋 copy color: '#D55380'

red 213 ◦ green 83 ◦ blue 128

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

Shades of Cranberry #D55380

Tints of Cranberry #D55380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.58%

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

R = 50.24%
G = 19.58%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D55380 (or 0xD55380) is known color: Cranberry. HEX triplet: D5, 53 and 80. RGB value is (213,83,128). Sum of RGB (Red+Green+Blue) = 213+83+128=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D55380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55380 is #2AAC7F. Grayscale: #7E7E7E. Windows color (decimal): -2796672 or 8410069. OLE color: 8410069.

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

Color convert

RGB 213 83 128 -
CMYK 0 0.61 0.40 0.16
HSL 339.23º 0.61% 0.58% -
HSV(B) 339.23º 0.61% 0.84% -
XYZ 34.43 21.89 22.83 -
YUV 127 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 213 83 128 0 0.61 0.40 0.16 339.23 0.61 0.58
Hex D5 53 80 0 3D 28 10 153 3D 3A
Octal 325 123 200 0 75 50 20 523 75 72
Binary 11010101 1010011 10000000 0 111101 101000 10000 101010011 111101 111010

Color Harmonies of #D55380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55380

Black with #D55380

Text Example


Text Example

White with #D55380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55380; }

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

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

background-color css

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

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

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

border-color css

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

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

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