Html Css Color HEX #D7547D Cranberry

📋 copy color: '#D7547D'

red 215 ◦ green 84 ◦ blue 125

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

Shades of Cranberry #D7547D

Tints of Cranberry #D7547D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.48%

R = 50.71%
G = 19.81%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7547D (or 0xD7547D) is known color: Cranberry. HEX triplet: D7, 54 and 7D. RGB value is (215,84,125). Sum of RGB (Red+Green+Blue) = 215+84+125=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D7547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7547D is #28AB82. Grayscale: #7F7F7F. Windows color (decimal): -2665347 or 8213719. OLE color: 8213719.

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

Color convert

RGB 215 84 125 -
CMYK 0 0.61 0.42 0.16
HSL 341.22º 0.62% 0.59% -
HSV(B) 341.22º 0.61% 0.84% -
XYZ 34.9 22.27 21.86 -
YUV 127.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 215 84 125 0 0.61 0.42 0.16 341.22 0.62 0.59
Hex D7 54 7D 0 3D 2A 10 155 3E 3B
Octal 327 124 175 0 75 52 20 525 76 73
Binary 11010111 1010100 1111101 0 111101 101010 10000 101010101 111110 111011

Color Harmonies of #D7547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7547D

Black with #D7547D

Text Example


Text Example

White with #D7547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7547D; }

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

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

background-color css

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

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

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

border-color css

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

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

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