Html Css Color HEX #D55B75 Cranberry

📋 copy color: '#D55B75'

red 213 ◦ green 91 ◦ blue 117

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

Shades of Cranberry #D55B75

Tints of Cranberry #D55B75

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.62%

 BLUE value IS 117 (46.09% from 255) = 27.79%

R = 50.59%
G = 21.62%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D55B75 (or 0xD55B75) is known color: Cranberry. HEX triplet: D5, 5B and 75. RGB value is (213,91,117). Sum of RGB (Red+Green+Blue) = 213+91+117=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55B75 is #2AA48A. Grayscale: #828282. Windows color (decimal): -2794635 or 7691221. OLE color: 7691221.

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

Color convert

RGB 213 91 117 -
CMYK 0 0.57 0.45 0.16
HSL 347.21º 0.59% 0.6% -
HSV(B) 347.21º 0.57% 0.84% -
XYZ 34.39 22.91 19.44 -
YUV 130.44 120.42 186.89 -
System Red Green Blue C M Y K H S L
Decimal 213 91 117 0 0.57 0.45 0.16 347.21 0.59 0.6
Hex D5 5B 75 0 39 2D 10 15B 3B 3C
Octal 325 133 165 0 71 55 20 533 73 74
Binary 11010101 1011011 1110101 0 111001 101101 10000 101011011 111011 111100

Color Harmonies of #D55B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55B75

Black with #D55B75

Text Example


Text Example

White with #D55B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55B75; }

 p { color: rgb(213,91,117); }

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

background-color css

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

 a { background-color: rgb(213,91,117); }

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

border-color css

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

 span { border-color: rgb(213,91,117); }

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