Html Css Color HEX #D5617B Cranberry

📋 copy color: '#D5617B'

red 213 ◦ green 97 ◦ blue 123

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

Shades of Cranberry #D5617B

Tints of Cranberry #D5617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.4%

 BLUE value IS 123 (48.44% from 255) = 28.41%

R = 49.19%
G = 22.4%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5617B (or 0xD5617B) is known color: Cranberry. HEX triplet: D5, 61 and 7B. RGB value is (213,97,123). Sum of RGB (Red+Green+Blue) = 213+97+123=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5617B is #2A9E84. Grayscale: #868686. Windows color (decimal): -2793093 or 8085973. OLE color: 8085973.

HSL color Cylindrical-coordinate representation of color #D5617B: hue angle of 346.55º 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 #D5617B is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 97 123 -
CMYK 0 0.54 0.42 0.16
HSL 346.55º 0.58% 0.61% -
HSV(B) 346.55º 0.54% 0.84% -
XYZ 35.29 24.13 21.54 -
YUV 134.65 121.43 183.89 -
System Red Green Blue C M Y K H S L
Decimal 213 97 123 0 0.54 0.42 0.16 346.55 0.58 0.61
Hex D5 61 7B 0 36 2A 10 15B 3A 3D
Octal 325 141 173 0 66 52 20 533 72 75
Binary 11010101 1100001 1111011 0 110110 101010 10000 101011011 111010 111101

Color Harmonies of #D5617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5617B

Black with #D5617B

Text Example


Text Example

White with #D5617B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5617B; }

 p { color: rgb(213,97,123); }

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

background-color css

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

 a { background-color: rgb(213,97,123); }

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

border-color css

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

 span { border-color: rgb(213,97,123); }

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