Html Css Color HEX #D7538B Cranberry

📋 copy color: '#D7538B'

red 215 ◦ green 83 ◦ blue 139

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

Shades of Cranberry #D7538B

Tints of Cranberry #D7538B

RGB

 RED value IS 215 (84.38% from 255) = 49.2%

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

 BLUE value IS 139 (54.69% from 255) = 31.81%

R = 49.2%
G = 18.99%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7538B (or 0xD7538B) is known color: Cranberry. HEX triplet: D7, 53 and 8B. RGB value is (215,83,139). Sum of RGB (Red+Green+Blue) = 215+83+139=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7538B is #28AC74. Grayscale: #808080. Windows color (decimal): -2665589 or 9130967. OLE color: 9130967.

HSL color Cylindrical-coordinate representation of color #D7538B: hue angle of 334.55º degrees, saturation: 0.62, 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 #D7538B is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 83 139 -
CMYK 0 0.61 0.35 0.16
HSL 334.55º 0.62% 0.58% -
HSV(B) 334.55º 0.61% 0.84% -
XYZ 35.78 22.5 26.88 -
YUV 128.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 215 83 139 0 0.61 0.35 0.16 334.55 0.62 0.58
Hex D7 53 8B 0 3D 23 10 14F 3E 3A
Octal 327 123 213 0 75 43 20 517 76 72
Binary 11010111 1010011 10001011 0 111101 100011 10000 101001111 111110 111010

Color Harmonies of #D7538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7538B

Black with #D7538B

Text Example


Text Example

White with #D7538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7538B; }

 p { color: rgb(215,83,139); }

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

background-color css

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

 a { background-color: rgb(215,83,139); }

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

border-color css

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

 span { border-color: rgb(215,83,139); }

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