Html Css Color HEX #D7548A Cranberry

📋 copy color: '#D7548A'

red 215 ◦ green 84 ◦ blue 138

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

Shades of Cranberry #D7548A

Tints of Cranberry #D7548A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.22%

 BLUE value IS 138 (54.3% from 255) = 31.58%

R = 49.2%
G = 19.22%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D7548A (or 0xD7548A) is known color: Cranberry. HEX triplet: D7, 54 and 8A. RGB value is (215,84,138). Sum of RGB (Red+Green+Blue) = 215+84+138=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7548A is #28AB75. Grayscale: #818181. Windows color (decimal): -2665334 or 9065687. OLE color: 9065687.

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

Color convert

RGB 215 84 138 -
CMYK 0 0.61 0.36 0.16
HSL 335.27º 0.62% 0.59% -
HSV(B) 335.27º 0.61% 0.84% -
XYZ 35.78 22.62 26.53 -
YUV 129.33 132.9 189.11 -
System Red Green Blue C M Y K H S L
Decimal 215 84 138 0 0.61 0.36 0.16 335.27 0.62 0.59
Hex D7 54 8A 0 3D 24 10 14F 3E 3B
Octal 327 124 212 0 75 44 20 517 76 73
Binary 11010111 1010100 10001010 0 111101 100100 10000 101001111 111110 111011

Color Harmonies of #D7548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7548A

Black with #D7548A

Text Example


Text Example

White with #D7548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7548A; }

 p { color: rgb(215,84,138); }

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

background-color css

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

 a { background-color: rgb(215,84,138); }

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

border-color css

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

 span { border-color: rgb(215,84,138); }

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