Html Css Color HEX #D5627B Cranberry

📋 copy color: '#D5627B'

red 213 ◦ green 98 ◦ blue 123

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

Shades of Cranberry #D5627B

Tints of Cranberry #D5627B

RGB

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

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

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

R = 49.08%
G = 22.58%
B = 28.34%

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

#D5627B (or 0xD5627B) is known color: Cranberry. HEX triplet: D5, 62 and 7B. RGB value is (213,98,123). Sum of RGB (Red+Green+Blue) = 213+98+123=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D5627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5627B is #2A9D84. Grayscale: #878787. Windows color (decimal): -2792837 or 8086229. OLE color: 8086229.

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

Color convert

RGB 213 98 123 -
CMYK 0 0.54 0.42 0.16
HSL 346.96º 0.58% 0.61% -
HSV(B) 346.96º 0.54% 0.84% -
XYZ 35.38 24.31 21.57 -
YUV 135.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 213 98 123 0 0.54 0.42 0.16 346.96 0.58 0.61
Hex D5 62 7B 0 36 2A 10 15B 3A 3D
Octal 325 142 173 0 66 52 20 533 72 75
Binary 11010101 1100010 1111011 0 110110 101010 10000 101011011 111010 111101

Color Harmonies of #D5627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5627B

Black with #D5627B

Text Example


Text Example

White with #D5627B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5627B; }

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

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

background-color css

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

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

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

border-color css

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

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

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