Html Css Color HEX #D3547D Cranberry

📋 copy color: '#D3547D'

red 211 ◦ green 84 ◦ blue 125

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

Shades of Cranberry #D3547D

Tints of Cranberry #D3547D

RGB

 RED value IS 211 (82.81% from 255) = 50.24%

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

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

R = 50.24%
G = 20%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3547D (or 0xD3547D) is known color: Cranberry. HEX triplet: D3, 54 and 7D. RGB value is (211,84,125). Sum of RGB (Red+Green+Blue) = 211+84+125=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D3547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3547D is #2CAB82. Grayscale: #7E7E7E. Windows color (decimal): -2927491 or 8213715. OLE color: 8213715.

HSL color Cylindrical-coordinate representation of color #D3547D: hue angle of 340.63º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3547D is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 84 125 -
CMYK 0 0.60 0.41 0.17
HSL 340.63º 0.59% 0.58% -
HSV(B) 340.63º 0.6% 0.83% -
XYZ 33.74 21.67 21.81 -
YUV 126.65 127.08 188.17 -
System Red Green Blue C M Y K H S L
Decimal 211 84 125 0 0.60 0.41 0.17 340.63 0.59 0.58
Hex D3 54 7D 0 3C 29 11 155 3B 3A
Octal 323 124 175 0 74 51 21 525 73 72
Binary 11010011 1010100 1111101 0 111100 101001 10001 101010101 111011 111010

Color Harmonies of #D3547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3547D

Black with #D3547D

Text Example


Text Example

White with #D3547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3547D; }

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

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

background-color css

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

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

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

border-color css

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

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

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